Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 17:46:16 +08:00
parent 241385b575
commit 59eec80939
+1
View File
@@ -54,6 +54,7 @@ class Inotify
if (!is_dir($dir)) continue;
$this->watch($dir);
}
$this->process->int = -1;
Event::add($this->inotify, [$this, 'check']);
Event::wait();
}