From 9cc581ee94b968605f2532161b3ed2fed7994da2 Mon Sep 17 00:00:00 2001 From: Thiago Suchorski Date: Thu, 2 Dec 2021 17:19:07 -0300 Subject: [PATCH] Fixed breakline on clean command --- lib/commands/clean.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,