modify plugin name

This commit is contained in:
2022-02-15 17:19:06 +08:00
parent 106e84914d
commit a75561a415
+1 -1
View File
@@ -213,7 +213,7 @@ class HotReload extends Command
$this->int = 1;
$this->stopServer();
$this->process = new Process(function (Process $process) {
$process->exec(PHP_BINARY, [APP_PATH . "kiri.php", "sw:server", "start"]);
Kiri::app()->getServer()->start();
});
$this->process->start();
$this->int = -1;