From edcd873ff38c612c207b4a47c377babd16d0173e Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:22:16 +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 4cf493d4..cd40ff56 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -107,7 +107,6 @@ class FileChangeCustomProcess extends Command @unlink(storage('.swoole.pid')); } - Coroutine::create(function () { $descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];