modify mysql result

This commit is contained in:
2022-04-29 17:08:35 +08:00
parent 8a1e001cab
commit 6b276fd1c2
+1 -1
View File
@@ -100,8 +100,8 @@ class Inotify extends BaseProcess
Event::cycle(function () {
if ($this->isStop()) {
Event::del($this->inotify);
Event::exit();
}
Event::exit();
}, true);
Event::wait();
}