diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index c420475..ddbf71b 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -86,7 +86,6 @@ class HotReload extends AbstractProcess }); Event::cycle(function (): void { if ($this->isStop()) { - Event::del($this->pipe); Event::exit(); } });