Skip to content

Commit 799e520

Browse files
committed
fix(logs): Cleanup log output.
1 parent 9f933ac commit 799e520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/create.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ const create = async (
209209

210210
if (starter.entry) {
211211
log.write(` 🏃 Running setup script`);
212+
log.clear();
212213

213214
await starter.entry({ inquirer, render, fs, rimraf, where });
214215

@@ -283,6 +284,7 @@ const create = async (
283284
log.clear();
284285

285286
log.write(` 👷 Running configuration`);
287+
log.clear();
286288

287289
if (typeof creator.module === 'function') {
288290
await creator.module({

0 commit comments

Comments
 (0)