remove debugger

This commit is contained in:
Tingan Ho 2017-07-30 11:06:11 +02:00
parent c65e5a1d13
commit de38ef74a4

View file

@ -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") {