Skip to content

Commit 2d3c7ba

Browse files
author
Andy Hanson
committed
break -> continue
1 parent 4d028a8 commit 2d3c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ namespace ts {
659659

660660
const start = allowPositionInLeadingTrivia ? child.getFullStart() : child.getStart(sourceFile, includeJsDocComment);
661661
if (start > position) {
662-
break;
662+
continue;
663663
}
664664

665665
const end = child.getEnd();

0 commit comments

Comments
 (0)