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