diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index ea83a547..8f8d1676 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -47,6 +47,9 @@ class Inotify public function clear() { Event::del($this->inotify); + + var_dump('clear event'); + Event::exit(); }