From 417234987283171d691a9d0db161618aa4b9ae53 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 16:46:31 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 93f2973..4135821 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -139,7 +139,7 @@ class HotReload extends AbstractProcess { var_dump($this->watches); foreach ($this->watches as $key => $watch) { - inotify_rm_watch($this->pipe, $key); + @inotify_rm_watch($this->pipe, $key); } $this->watches = []; }