This commit is contained in:
2021-11-05 01:24:08 +08:00
parent 61893335ae
commit 2c0a431069
@@ -111,8 +111,6 @@ class FileChangeCustomProcess extends Command
$this->source = null;
}
}
Coroutine::create(function () {
$descriptorspec = [0 => STDIN, 1 => STDOUT, 2 => STDERR];