diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 93f2973..4135821 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -139,7 +139,7 @@ class HotReload extends AbstractProcess { var_dump($this->watches); foreach ($this->watches as $key => $watch) { - inotify_rm_watch($this->pipe, $key); + @inotify_rm_watch($this->pipe, $key); } $this->watches = []; }