This commit is contained in:
2021-11-19 03:50:47 +08:00
parent c5bfe8110a
commit d3ed35e948
-1
View File
@@ -168,7 +168,6 @@ class HotReload extends Command
Coroutine::create(function () {
proc_open('php ' . APP_PATH . '/kiri.php sw:server restart', [], $pipes);
});
}