This commit is contained in:
xl
2024-11-18 12:13:09 +08:00
parent cb73717c7f
commit 26bd43510e
+1
View File
@@ -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']);