From d9980e9e1b6fc366081a2372736b0e95f36cabf6 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 16:05:10 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 45c5754..cf1653f 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -133,6 +133,7 @@ class HotReload extends AbstractProcess foreach ($this->watches as $key => $watch) { inotify_rm_watch($this->pipe, $key); } + $this->watches = []; } /**