We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e5a1 commit de38ef7Copy full SHA for de38ef7
1 file changed
src/compiler/checker.ts
@@ -20887,7 +20887,6 @@ namespace ts {
20887
}
20888
else if (/* !catchClause.variableDeclaration && */ languageVersion < ScriptTarget.ESNext) {
20889
const blockLocals = catchClause.block.locals;
20890
- debugger;
20891
if (blockLocals) {
20892
forEachKey(blockLocals, caughtName => {
20893
if (caughtName === "_ignoredCatchParameter") {
0 commit comments