From aaa599f6048d971f8818f307e2080e2393fa6522 Mon Sep 17 00:00:00 2001 From: jsm174 Date: Thu, 22 Jul 2021 10:25:48 -0400 Subject: [PATCH] misc: improve comment in findAnnotationPoint --- src/model/results-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/results-parser.js b/src/model/results-parser.js index f09b5f5..f3067e3 100644 --- a/src/model/results-parser.js +++ b/src/model/results-parser.js @@ -130,7 +130,7 @@ class ResultsParser { return result[0]; } } - // If all entries have zero line number use legacy match + // If all entries have zero line number match fallback pattern const match = trace.match(/at .* in ((?[^:]+):(?\d+))/); return { path: match ? match.groups.path : '',