mirror of
https://github.com/danog/process.git
synced 2024-11-26 12:14:43 +01:00
Remove getting wrapper STDERR contents
Windows was hanging on this call. I don't think the pipe needs to be emptied before closing on Windows, but we can revisit this in the future if needed.
This commit is contained in:
parent
51874750e3
commit
90f3f31cbd
@ -221,7 +221,6 @@ final class Runner implements ProcessRunner
|
||||
@\fclose($socket);
|
||||
}
|
||||
|
||||
@\stream_get_contents($handle->wrapperStderrPipe);
|
||||
@\fclose($handle->wrapperStderrPipe);
|
||||
|
||||
if (\is_resource($handle->proc)) {
|
||||
|
Loading…
Reference in New Issue
Block a user