From 20363caf447265bed56c7fc40bb1158e4a0666ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 01:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/Process/ServerInotify.php | 1 + 1 file changed, 1 insertion(+) 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']); } }