变更
This commit is contained in:
@@ -29,9 +29,6 @@ class HotReload extends Command
|
||||
private array $watchFiles = [];
|
||||
|
||||
|
||||
private bool $isExit = false;
|
||||
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
@@ -73,7 +70,6 @@ class HotReload extends Command
|
||||
public function exit(): void
|
||||
{
|
||||
$this->stopProcess();
|
||||
$this->isExit = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user