mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Fix lint
This commit is contained in:
@@ -2043,7 +2043,8 @@ Actual: ${stringify(fullActual)}`);
|
||||
private goToMarkerOrRange(markerOrRange: string | Range) {
|
||||
if (typeof markerOrRange === "string") {
|
||||
this.goToMarker(markerOrRange);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
this.goToRangeStart(markerOrRange);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user