diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index bcf40fc3..6853282e 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -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);