This commit is contained in:
xl
2024-11-18 16:05:10 +08:00
parent a580607ec8
commit d9980e9e1b
+1
View File
@@ -133,6 +133,7 @@ class HotReload extends AbstractProcess
foreach ($this->watches as $key => $watch) {
inotify_rm_watch($this->pipe, $key);
}
$this->watches = [];
}
/**