diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index cd10f307..f13b526f 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -47,6 +47,7 @@ class Inotify public function clear() { Event::del($this->inotify); + Event::exit(); }