diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index e36a909..18075a0 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -137,10 +137,6 @@ class HotReload extends AbstractProcess */ protected function clear(): void { - fclose($this->pipe); - - $this->pipe = inotify_init(); - $this->watches = []; }