diff --git a/src/compiler/emitter.ts b/src/compiler/emitter.ts index 27285a4c2dc..8517d16d4e7 100644 --- a/src/compiler/emitter.ts +++ b/src/compiler/emitter.ts @@ -1923,7 +1923,6 @@ namespace ts { } function emitCatchClause(node: CatchClause) { - writeLine(); const openParenPos = writeToken(SyntaxKind.CatchKeyword, node.pos); write(" "); writeToken(SyntaxKind.OpenParenToken, openParenPos);