From cfeb247f08a0881392a572badf029704e8df989f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 27 Feb 2021 04:37:44 +0800 Subject: [PATCH] modify --- System/Process/ServerInotify.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 2334a932..4a514656 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -220,12 +220,10 @@ class ServerInotify extends Process try { inotify_rm_watch($this->inotify, $wd); } catch (\Throwable $exception) { - $this->application->debug($exception->getMessage()); - } finally { - $this->watchFiles = []; } } - } + $this->watchFiles = []; + } /** * @param $code