mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 13:45:34 -05:00
Merge pull request #7897 from Microsoft/shebangLine
Add a newline after emitting shebangs.
This commit is contained in:
@@ -2034,6 +2034,7 @@ const _super = (function (geti, seti) {
|
||||
const shebang = getShebang(currentText);
|
||||
if (shebang) {
|
||||
write(shebang);
|
||||
writeLine();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user