diff --git a/kiri-engine/Reload/Inotify.php b/kiri-engine/Reload/Inotify.php index 7f992acb..75321790 100644 --- a/kiri-engine/Reload/Inotify.php +++ b/kiri-engine/Reload/Inotify.php @@ -101,7 +101,6 @@ class Inotify extends BaseProcess Event::cycle(function () { if ($this->isStop()) { Event::del($this->inotify); - Event::exit(); } }, true); Event::wait();