From 89cc6a04eb2e1ccd06fe464a4fed0db886713098 Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 17:09:12 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index cda7b29..bbab312 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -113,7 +113,7 @@ class HotReload extends AbstractProcess } $this->reloading = true; - file_put_contents('php://stdout', 'reloading server, please waite.', FILE_APPEND); + file_put_contents('php://stdout', 'reloading server, please waite.' . PHP_EOL, FILE_APPEND); $this->clear(); di(ServerInterface::class)->reload();