Skip to content

Commit ba2f3a3

Browse files
authored
refactor: remove extra \n
1 parent 4546906 commit ba2f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ export const spinner = () => {
638638
: color.red(S_STEP_ERROR);
639639
process.stdout.write(cursor.move(-999, 0));
640640
process.stdout.write(erase.down(1));
641-
process.stdout.write(`${step} ${message}\n\n`);
641+
process.stdout.write(`${step} ${message}\n`);
642642
unblock();
643643
};
644644

0 commit comments

Comments
 (0)