We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbc09f commit f5104c9Copy full SHA for f5104c9
Pipes/WindowsPipes.php
@@ -57,7 +57,7 @@ public function __construct($input, $haveReadSupport)
57
58
if (!$h = fopen($file.'.lock', 'w')) {
59
restore_error_handler();
60
- throw new RuntimeException(sprintf('A temporary file could not be opened to write the process output: %s.', $lastError));
+ throw new RuntimeException('A temporary file could not be opened to write the process output: '.$lastError);
61
}
62
if (!flock($h, LOCK_EX | LOCK_NB)) {
63
continue 2;
0 commit comments