This commit is contained in:
2021-11-04 17:59:04 +08:00
parent 2c7a755663
commit 38f5f57c4d
@@ -69,9 +69,6 @@ class FileChangeCustomProcess extends Command
go(function () use ($driver) { go(function () use ($driver) {
$driver->start(); $driver->start();
}); });
go(function () {
proc_open("php " . APP_PATH . "kiri.php sw:server start", [], $pipes);
});
Barrier::wait($make); Barrier::wait($make);
return 0; return 0;
} }