From 2afe84694d9d38c8bd931a286d637aada5b68f07 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 16:55:55 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 4 ---- 1 file changed, 4 deletions(-) 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 = []; }