This commit is contained in:
2021-11-19 03:46:10 +08:00
parent 43a1fad278
commit 092139c0b9
+2 -1
View File
@@ -168,8 +168,9 @@ class HotReload extends Command
}
var_dump('d');
Coroutine::create(function () {
proc_open('php ' . APP_PATH . ' kiri.php sw:server restart', [], $pipes);
proc_open('php ' . APP_PATH . '/kiri.php sw:server restart', [], $pipes);
});
}