This commit is contained in:
2021-11-03 18:24:59 +08:00
parent 30a1081f33
commit f5785815ed
+1 -1
View File
@@ -167,7 +167,7 @@ class ServerManager
if (Kiri::getPlatform()->isLinux()) {
$soloProcess->name($system . '.' . $customProcess->getName() . ' start.');
}
echo "\033[36m[" . date('Y-m-d H:i:s') . "]\033[0m " . $system . '.' . $customProcess->getName() . ' start.' . PHP_EOL;
echo "\033[36m[" . date('Y-m-d H:i:s') . "]\033[0m [" . $system . ']' . $customProcess->getName() . ' start.' . PHP_EOL;
$customProcess->signListen($soloProcess);
$customProcess->onHandler($soloProcess);
},