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']);