Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ItshMoh committed Oct 21, 2024
1 parent 192aad4 commit 0ba1e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/generate/fromTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ private async generateUsingNewGenerator(asyncapi: string | undefined, template:

try {
if (progressBar) {
console.log('\n');
progressBar.start(100, 0, { status: 'Loading specification...' });
}

Expand Down Expand Up @@ -340,7 +341,7 @@ private async generateUsingNewGenerator(asyncapi: string | undefined, template:
}
throw new GeneratorError(err);
}

console.log('\n');
console.log(`${yellow('Check out your shiny new generated files at ') + magenta(output) + yellow('.')}\n`);
}

Expand Down

0 comments on commit 0ba1e14

Please sign in to comment.