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