This commit is contained in:
2022-06-08 10:38:30 -05:00
parent ac80b81129
commit 6b0b604008
6 changed files with 9 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ async function compileProject(name) {
});
}
catch (e) {
console.error(name, e);
console.error(name, e); //TODO better error log
error = e.message;
}
//add UserScript header
@@ -75,5 +75,6 @@ if (!(0, fs_1.existsSync)('package.json') || !(0, fs_1.lstatSync)('package.json'
}
}
(0, readmefile_1.updateReadmeFile)(scriptMeta);
console.log('\nFinished Compiling\n');
})();
//# sourceMappingURL=main.js.map