Merge pull request #7897 from Microsoft/shebangLine

Add a newline after emitting shebangs.
This commit is contained in:
Daniel Rosenwasser 2016-04-06 17:44:03 -07:00
commit 7d438a0897

View File

@ -2034,6 +2034,7 @@ const _super = (function (geti, seti) {
const shebang = getShebang(currentText);
if (shebang) {
write(shebang);
writeLine();
}
}