Skip to content

Commit de38ef7

Browse files
committed
remove debugger
1 parent c65e5a1 commit de38ef7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20887,7 +20887,6 @@ namespace ts {
2088720887
}
2088820888
else if (/* !catchClause.variableDeclaration && */ languageVersion < ScriptTarget.ESNext) {
2088920889
const blockLocals = catchClause.block.locals;
20890-
debugger;
2089120890
if (blockLocals) {
2089220891
forEachKey(blockLocals, caughtName => {
2089320892
if (caughtName === "_ignoredCatchParameter") {

0 commit comments

Comments
 (0)