From ab74fefc7c8b8d4dfc90d66c2a398ae82643bc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 01:32:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index 37c3e698..845abd5e 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -47,7 +47,7 @@ class ServerInotify extends Process Event::add($this->inotify, [$this, 'check']); Event::wait(); } else { - $this->loadByDir(APP_PATH . '/app'); + $this->loadByDir(APP_PATH . 'app'); Timer::tick(1000, [$this, 'tick']); } }