Skip to content

Commit a850e48

Browse files
authored
Fixed breakline on clean command (#5611)
1 parent cca425e commit a850e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/clean.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class CleanCommand implements ICommand {
1717

1818
public async execute(args: string[]): Promise<void> {
1919
const spinner = this.$terminalSpinnerService.createSpinner();
20-
spinner.start("Cleaning project...");
20+
spinner.start("Cleaning project...\n");
2121

2222
const pathsToClean = [
2323
constants.HOOKS_DIR_NAME,

0 commit comments

Comments
 (0)