Skip to content

Commit 7e79bcd

Browse files
committed
-debugger;
1 parent 92f27cb commit 7e79bcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6687,7 +6687,6 @@ namespace ts {
66876687
// If assumeTrue, we narrow by removing all types not compatible with the rhs type
66886688
// If not, we narrow only if the rhsType is a Value type (ie, StringLiteral) by removing all types compatible with that type (TODO)
66896689
if (assumeTrue) {
6690-
debugger;
66916690
return narrowIntrospectively(type);
66926691
}
66936692
return type;

0 commit comments

Comments
 (0)