minor fixes in build and console

This commit is contained in:
dswbx
2025-02-19 17:41:48 +01:00
parent b436758fe6
commit a29e824ecc
4 changed files with 10 additions and 19 deletions

View File

@@ -48,8 +48,8 @@ function errorOutro() {
}
async function action(options: { template?: string; dir?: string; integration?: string }) {
colorizeConsole(console);
console.log("");
colorizeConsole(console);
const downloadOpts = {
dir: options.dir || "./",