This commit is contained in:
2021-11-05 00:38:51 +08:00
parent 84e8d26371
commit 5f1fd4d93c
@@ -100,7 +100,6 @@ class FileChangeCustomProcess extends Command
$this->channel = new Coroutine\Channel(1);
$this->channel->push(true);
}
$this->channel->pop();
proc_open("php " . APP_PATH . "kiri.php", [], $pipes);