From 5f1fd4d93cf8e9202d4c9acb501ecdc47d0bed68 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 00:38:51 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 1 - 1 file changed, 1 deletion(-) 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);