This commit is contained in:
xl
2024-11-18 14:29:19 +08:00
parent 2e86a73187
commit b23c7eff83
-1
View File
@@ -86,7 +86,6 @@ class HotReload extends AbstractProcess
});
Event::cycle(function (): void {
if ($this->isStop()) {
Event::del($this->pipe);
Event::exit();
}
});