misc: improve comment in findAnnotationPoint

pull/138/head
jsm174 2021-07-22 10:25:48 -04:00
parent 9923bf55d6
commit aaa599f604
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class ResultsParser {
return result[0]; 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 ((?<path>[^:]+):(?<line>\d+))/); const match = trace.match(/at .* in ((?<path>[^:]+):(?<line>\d+))/);
return { return {
path: match ? match.groups.path : '', path: match ? match.groups.path : '',