🔧
This commit is contained in:
2
vendor/symfony/process/Pipes/UnixPipes.php
vendored
2
vendor/symfony/process/Pipes/UnixPipes.php
vendored
@@ -74,7 +74,7 @@ class UnixPipes extends AbstractPipes
|
||||
return [
|
||||
['pty'],
|
||||
['pty'],
|
||||
['pty'],
|
||||
['pipe', 'w'], // stderr needs to be in a pipe to correctly split error and output, since PHP will use the same stream for both
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user