This commit is contained in:
2021-11-04 18:38:06 +08:00
parent dc477978d3
commit 55727bb219
@@ -72,7 +72,7 @@ class FileChangeCustomProcess extends Command
}
});
go(function () use ($driver) {
$this->source = proc_open('php ' . APP_PATH . 'kiri.php sw:server start', [], $this->pipes);
$this->source = proc_open('php ' . APP_PATH . 'kiri.php sw:server restart', [], $this->pipes);
$driver->start(Coroutine::getCid());
});