From 61893335ae3dc84fca10eaaf26c6729202e3a032 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:23:41 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index b834cb44..c5d8e8d8 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -112,6 +112,7 @@ class FileChangeCustomProcess extends Command } } + Coroutine::create(function () { $descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];