This commit is contained in:
2021-11-19 03:03:00 +08:00
parent 2393ef820f
commit 5156a606e0
+1 -1
View File
@@ -165,7 +165,7 @@ class HotReload extends Command
}
$this->process = new Process(function (Process $process) {
$process->exec(PHP_BINARY, [APP_PATH . "kiri.php", "sw:server", "restart"]);
});
},null,null,FALSE);
$this->process->start();
}