This commit is contained in:
wangjinlei
2022-11-23 14:48:15 +08:00
parent 0a92e69b83
commit ec59e99a8b
636 changed files with 59164 additions and 46329 deletions

View File

@@ -180,8 +180,7 @@ class Windows extends Pipes
$this->unblock();
// $r = null !== $this->input ? ['input' => $this->input] : null;
$r = null !== $this->input ? ['input' => $this->input] : [];
$r = null !== $this->input ? ['input' => $this->input] : null;
$w = isset($this->pipes[0]) ? [$this->pipes[0]] : null;
$e = null;