Skip to content

Commit 89c0682

Browse files
committed
Revert "Improve proc_open pipe configuration"
This reverts commit 9355d4f.
1 parent 32a3938 commit 89c0682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function execute()
283283
} else {
284284
$descriptors = array(
285285
1 => array('pipe','w'),
286-
2 => array('pipe','a'),
286+
2 => array('pipe','w'),
287287
);
288288
$process = proc_open($command, $descriptors, $pipes, $this->procCwd, $this->procEnv, $this->procOptions);
289289

0 commit comments

Comments
 (0)