From 26bd43510e729685f8423de78b2ba8075002899d Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 12:13:09 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 9836fba..31f259b 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -70,6 +70,7 @@ class HotReload extends AbstractProcess } while (!$this->isStop()) { $read = inotify_read($this->pipe); + var_dump($read); foreach ($read as $item) { $this->reWatch($item['name']);