Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-07 18:16:30 +08:00
parent 5ca94925e3
commit b4551ae2fd
+1 -1
View File
@@ -224,7 +224,7 @@ class HotReload extends Command
$this->stopManager();
$this->process = new Process(function (Process $process) {
$process->exec(PHP_BINARY, [APP_PATH . "kiri.php", "sw:server", "restart"]);
$process->exec(PHP_BINARY, [APP_PATH . "kiri.php", "sw:server", "start"]);
});
$this->process->start();