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 c0f9b32 commit ca71eafCopy full SHA for ca71eaf
webapp/src/Twig/TwigExtension.php
@@ -1153,7 +1153,8 @@ public function printMetadata(?string $metadata): string
1153
. Utils::printsize((int)($metadata['memory-bytes'])) . ', '
1154
. '<i class="far fa-question-circle" title="exit-status"></i> '
1155
. 'exit-code: ' . $metadata['exitcode']
1156
- . (($metadata['signal'] ?? -1) > 0 ? ' signal: ' . $metadata['signal'] : '');
+ . (($metadata['signal'] ?? -1) > 0 ? ' signal: ' . $metadata['signal'] : '')
1157
+ . '</span>';
1158
}
1159
1160
public function printWarningContent(ExternalSourceWarning $warning): string
0 commit comments