1
0
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:
Aaron Piotrowski 2018-11-08 18:02:00 -06:00
parent 51874750e3
commit 90f3f31cbd
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -221,7 +221,6 @@ final class Runner implements ProcessRunner
@\fclose($socket);
}
@\stream_get_contents($handle->wrapperStderrPipe);
@\fclose($handle->wrapperStderrPipe);
if (\is_resource($handle->proc)) {