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 eb0871e commit ff77de5Copy full SHA for ff77de5
.github/nightly.php
@@ -64,8 +64,8 @@ function (): iterable {
64
unset($parentPids[$res]);
65
if (pcntl_wifexited($status)) {
66
$status = pcntl_wexitstatus($status);
67
- printMutex("Child task $desc exited with status $status");
68
if ($status !== 0) {
+ printMutex("Child task $desc exited with status $status");
69
$finalStatus = $status;
70
}
71
} elseif (pcntl_wifstopped($status)) {
0 commit comments