mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
remove debugger
This commit is contained in:
@@ -20887,7 +20887,6 @@ namespace ts {
|
||||
}
|
||||
else if (/* !catchClause.variableDeclaration && */ languageVersion < ScriptTarget.ESNext) {
|
||||
const blockLocals = catchClause.block.locals;
|
||||
debugger;
|
||||
if (blockLocals) {
|
||||
forEachKey(blockLocals, caughtName => {
|
||||
if (caughtName === "_ignoredCatchParameter") {
|
||||
|
||||
Reference in New Issue
Block a user