This commit is contained in:
xl
2024-11-18 16:46:31 +08:00
parent 0849870234
commit 4172349872
+1 -1
View File
@@ -139,7 +139,7 @@ class HotReload extends AbstractProcess
{ {
var_dump($this->watches); var_dump($this->watches);
foreach ($this->watches as $key => $watch) { foreach ($this->watches as $key => $watch) {
inotify_rm_watch($this->pipe, $key); @inotify_rm_watch($this->pipe, $key);
} }
$this->watches = []; $this->watches = [];
} }