diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index 99bd9536..d99509e8 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -47,6 +47,7 @@ class ServerInotify extends Process Event::add($this->inotify, [$this, 'check']); Event::wait(); } else { + $this->loadByDir(APP_PATH . '/app'); Timer::tick(1000, [$this, 'tick']); } }