From 91e5c4d66a350520b4a23e9e05d8bd2d242f023c Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 17:07:57 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 2 ++ 1 file changed, 2 insertions(+) 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();