break -> continue

This commit is contained in:
Andy Hanson 2017-05-16 07:10:38 -07:00
parent 4d028a81ee
commit 2d3c7bae24

View File

@ -659,7 +659,7 @@ namespace ts {
const start = allowPositionInLeadingTrivia ? child.getFullStart() : child.getStart(sourceFile, includeJsDocComment);
if (start > position) {
break;
continue;
}
const end = child.getEnd();