This commit is contained in:
2023-04-21 23:13:22 +08:00
parent eb4cc76eee
commit cc7a2d95ad
-4
View File
@@ -29,9 +29,6 @@ class HotReload extends Command
private array $watchFiles = []; private array $watchFiles = [];
private bool $isExit = false;
/** /**
* @return void * @return void
*/ */
@@ -73,7 +70,6 @@ class HotReload extends Command
public function exit(): void public function exit(): void
{ {
$this->stopProcess(); $this->stopProcess();
$this->isExit = true;
} }