This commit is contained in:
xl
2024-11-18 17:30:21 +08:00
parent bb557a9aa9
commit e2cac499b6
+1 -1
View File
@@ -113,7 +113,7 @@ class HotReload extends AbstractProcess
}
$this->reloading = true;
file_put_contents('php://stdout', 'reloading server, please waite.' . PHP_EOL, FILE_APPEND);
di(StdoutLogger::class)->println('reloading server, please waite.');
$this->clear();
di(ServerInterface::class)->reload();