fix: shebang insertion broke escaped characters

This commit is contained in:
2023-07-19 23:25:10 -05:00
parent 7df811852d
commit 302b8feee4
2 changed files with 3 additions and 6 deletions

View File

@@ -155,9 +155,6 @@ async function doCompile() {
doCompile().then(scriptMeta => {
if (exports.CLIArgs.readme)
(0, readmefile_1.updateReadmeFile)(scriptMeta);
console.log(`
Finished Compiling
${exports.CLIArgs.watch ? 'Listening for Changes
' : ''}`);
console.log(`\nFinished Compiling\n${exports.CLIArgs.watch ? 'Listening for Changes\n' : ''}`);
});
//# sourceMappingURL=main.js.map
//# sourceMappingURL=main.js.map