eee
This commit is contained in:
@@ -122,7 +122,6 @@ class HotReload extends AbstractProcess
|
||||
}
|
||||
Event::add($this->inotify, fn () => $this->check());
|
||||
Event::cycle(fn () => function () {
|
||||
var_dump($this->isStop());
|
||||
if ($this->isStop()) {
|
||||
return;
|
||||
}
|
||||
@@ -159,8 +158,6 @@ class HotReload extends AbstractProcess
|
||||
if ($isReloading) {
|
||||
return;
|
||||
}
|
||||
|
||||
var_dump($this->isStop());
|
||||
if ($this->isStop()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user