This commit is contained in:
xl
2024-11-18 17:09:12 +08:00
parent 91e5c4d66a
commit 89cc6a04eb
+1 -1
View File
@@ -113,7 +113,7 @@ class HotReload extends AbstractProcess
} }
$this->reloading = true; $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(); $this->clear();
di(ServerInterface::class)->reload(); di(ServerInterface::class)->reload();