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