misc: improve comment in findAnnotationPoint
parent
9923bf55d6
commit
aaa599f604
|
@ -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 : '',
|
||||||
|
|
Loading…
Reference in New Issue