diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 45c5754..cf1653f 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -133,6 +133,7 @@ class HotReload extends AbstractProcess foreach ($this->watches as $key => $watch) { inotify_rm_watch($this->pipe, $key); } + $this->watches = []; } /**