fix: applied shebang to wrong file

This commit is contained in:
2023-07-19 23:20:01 -05:00
parent d249b02def
commit 7df811852d
3 changed files with 10 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
@@ -154,6 +155,9 @@ async function doCompile() {
doCompile().then(scriptMeta => {
if (exports.CLIArgs.readme)
(0, readmefile_1.updateReadmeFile)(scriptMeta);
console.log(`\nFinished Compiling\n${exports.CLIArgs.watch ? 'Listening for Changes\n' : ''}`);
console.log(`
Finished Compiling
${exports.CLIArgs.watch ? 'Listening for Changes
' : ''}`);
});
//# sourceMappingURL=main.js.map
//# sourceMappingURL=main.js.map