Skip to content

Commit cc9ce31

Browse files
authored
Problem matcher support for Context errors. (#2447)
1 parent bf0c48b commit cc9ce31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@
365365
"message": 1
366366
},
367367
{
368-
"regexp": "^\\s+at\\s+[^,]+,\\s*(.*?):\\s+line\\s+(\\d+)$",
369-
"file": 1,
370-
"line": 2
368+
"regexp": "^\\s+[Aa]t\\s+([^,]+,)?(.+?):(\\s+line\\s+)?(\\d+)(\\s+char:\\d+)?$",
369+
"file": 2,
370+
"line": 4
371371
}
372372
]
373373
}

0 commit comments

Comments
 (0)