From 963018c22feb3cf8dcf83c8f9854a44e47b4fb99 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Tue, 28 Jan 2020 16:21:12 -0800 Subject: [PATCH] Problem matcher support for Context errors. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fb743df759..3f24312eab 100644 --- a/package.json +++ b/package.json @@ -355,9 +355,9 @@ "message": 1 }, { - "regexp": "^\\s+at\\s+[^,]+,\\s*(.*?):\\s+line\\s+(\\d+)$", - "file": 1, - "line": 2 + "regexp": "^\\s+[Aa]t\\s+([^,]+,)?(.+?):(\\s+line\\s+)?(\\d+)(\\s+char:\\d+)?$", + "file": 2, + "line": 4 } ] }