This commit is contained in:
xl
2024-11-18 16:55:55 +08:00
parent 8f80811da6
commit 2afe84694d
-4
View File
@@ -137,10 +137,6 @@ class HotReload extends AbstractProcess
*/ */
protected function clear(): void protected function clear(): void
{ {
fclose($this->pipe);
$this->pipe = inotify_init();
$this->watches = []; $this->watches = [];
} }