This commit is contained in:
xl
2024-09-04 10:28:59 +08:00
parent b5937acf3c
commit e6c051ad24
-3
View File
@@ -122,7 +122,6 @@ class HotReload extends AbstractProcess
} }
Event::add($this->inotify, fn () => $this->check()); Event::add($this->inotify, fn () => $this->check());
Event::cycle(fn () => function () { Event::cycle(fn () => function () {
var_dump($this->isStop());
if ($this->isStop()) { if ($this->isStop()) {
return; return;
} }
@@ -159,8 +158,6 @@ class HotReload extends AbstractProcess
if ($isReloading) { if ($isReloading) {
return; return;
} }
var_dump($this->isStop());
if ($this->isStop()) { if ($this->isStop()) {
return; return;
} }