diff --git a/src/compiler/printer.ts b/src/compiler/printer.ts index c8ddc1c81a7..a062f0445ad 100644 --- a/src/compiler/printer.ts +++ b/src/compiler/printer.ts @@ -2034,6 +2034,7 @@ const _super = (function (geti, seti) { const shebang = getShebang(currentText); if (shebang) { write(shebang); + writeLine(); } }