This commit is contained in:
2021-11-05 01:22:16 +08:00
parent 3ac7720f5b
commit edcd873ff3
@@ -107,7 +107,6 @@ class FileChangeCustomProcess extends Command
@unlink(storage('.swoole.pid')); @unlink(storage('.swoole.pid'));
} }
Coroutine::create(function () { Coroutine::create(function () {
$descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR]; $descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];