Skip to content

Commit 38d7ba6

Browse files
Added missing break statement.
1 parent 0a5c12c commit 38d7ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/services.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,7 @@ module ts {
21732173
if (hasKind(node.parent, SyntaxKind.IfStatement)) {
21742174
return getIfElseOccurrences(<IfStatement>node.parent);
21752175
}
2176+
break;
21762177
case SyntaxKind.TryKeyword:
21772178
case SyntaxKind.CatchKeyword:
21782179
case SyntaxKind.FinallyKeyword:

0 commit comments

Comments
 (0)