Skip to content

Commit 4bd4305

Browse files
authored
Merge pull request #857 from nathanchance/fix-internal-problem-matcher-pt-2
github: Fix internal problem matcher for color ASCII escape codes
2 parents 1172443 + c7261ca commit 4bd4305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/problem-matchers/internal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pattern": [
77
{
88
"__comment_regexp1": "ERROR: Build is not finished on TuxSuite's side!",
9-
"regexp": "^(WARNING|ERROR):\\s+(.*)$",
9+
"regexp": "^\\x1b\\[[0-9]+m(WARNING|ERROR):\\s+(.*)\\x1b\\[0m$",
1010
"severity": 1,
1111
"message": 2
1212
}

0 commit comments

Comments
 (0)