This commit is contained in:
2021-11-05 01:23:41 +08:00
parent f87ddff585
commit 61893335ae
@@ -112,6 +112,7 @@ class FileChangeCustomProcess extends Command
}
}
Coroutine::create(function () {
$descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];