diff --git a/lib/commands/clean.ts b/lib/commands/clean.ts index 9aa03539ee..47edd0a3c8 100644 --- a/lib/commands/clean.ts +++ b/lib/commands/clean.ts @@ -17,7 +17,7 @@ export class CleanCommand implements ICommand { public async execute(args: string[]): Promise { const spinner = this.$terminalSpinnerService.createSpinner(); - spinner.start("Cleaning project..."); + spinner.start("Cleaning project...\n"); const pathsToClean = [ constants.HOOKS_DIR_NAME,