Skip to content

Commit 46c396d

Browse files
suchorskirigor789
authored andcommitted
fix: add a missing newline to the clean command (#5611)
1 parent cca425e commit 46c396d

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)