This commit is contained in:
xl
2024-11-19 09:12:29 +08:00
parent 03825dcb09
commit d191296ecc
-3
View File
@@ -139,9 +139,6 @@ class HotReload extends AbstractProcess
*/ */
protected function clear(): void protected function clear(): void
{ {
foreach ($this->watches as $watch) {
inotify_rm_watch($this->pipe, $watch);
}
$this->watches = []; $this->watches = [];
} }