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 : '',