Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc5a086

Browse filesBrowse files
[Process] fix skipping already used temporary indexes
1 parent aea4a62 commit bc5a086
Copy full SHA for bc5a086

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Process/Pipes/WindowsPipes.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Pipes/WindowsPipes.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct($disableOutput, $input)
6161
if (!$h) {
6262
$error = $lastError;
6363
if ($tmpCheck || $tmpCheck = unlink(tempnam(false, 'sf_check_'))) {
64-
continue;
64+
continue 2;
6565
}
6666
restore_error_handler();
6767
throw new RuntimeException(sprintf('A temporary file could not be opened to write the process output: %s', $error));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.