mirror of
https://github.com/danog/process.git
synced 2024-12-02 17:51:46 +01:00
Hide warnings in Windows destroy
This commit is contained in:
parent
dcc691ea14
commit
1ccc4837d4
@ -163,8 +163,8 @@ final class Runner implements ProcessRunner {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
\stream_get_contents($handle->wrapperStderrPipe);
|
@\stream_get_contents($handle->wrapperStderrPipe);
|
||||||
\fclose($handle->wrapperStderrPipe);
|
@\fclose($handle->wrapperStderrPipe);
|
||||||
|
|
||||||
if (\is_resource($handle->proc)) {
|
if (\is_resource($handle->proc)) {
|
||||||
\proc_close($handle->proc);
|
\proc_close($handle->proc);
|
||||||
|
Loading…
Reference in New Issue
Block a user