From cc7a2d95adca1dc8a68ef00e4dc5e6dfecaeec80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 21 Apr 2023 23:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HotReload.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/HotReload.php b/HotReload.php index bafa56c..28901f5 100644 --- a/HotReload.php +++ b/HotReload.php @@ -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; }