We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45872a2 commit da2dc2cCopy full SHA for da2dc2c
packages/uhk-web/src/app/util/status-buffer-parser.ts
@@ -36,7 +36,7 @@ function splitToErrorBlocks(text: string): string[] {
36
37
function transformToErrorBlock(macros: Macro[], block: string): any {
38
const lines = block.split('\n');
39
- if (lines.length !== 4) {
+ if (lines.length < 4) {
40
return escapeHtml(block);
41
}
42
0 commit comments