diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 98620a7..cda7b29 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -113,6 +113,8 @@ class HotReload extends AbstractProcess } $this->reloading = true; + file_put_contents('php://stdout', 'reloading server, please waite.', FILE_APPEND); + $this->clear(); di(ServerInterface::class)->reload(); $this->addListen();