From 61cbe9088b7564c4065310489e5ffe211e9b46af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 16:57:18 +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 3fe1ea23..ece6ef4d 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -91,7 +91,7 @@ class ServerInotify extends Process $this->loadByDir($value, $isReload); } if (is_file($value)) { - if ($this->checkFile($value, $isReload)) { + if (!$this->checkFile($value, $isReload)) { continue; } $this->timerReload();