From 2c0a431069c75454a52640528b13916e04e0ebec Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:24:08 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index c5d8e8d8..be0b62ce 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -111,8 +111,6 @@ class FileChangeCustomProcess extends Command $this->source = null; } } - - Coroutine::create(function () { $descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];