Skip to content

Commit 4a5a00f

Browse files
authored
Update packages/prompts/src/index.ts
fix output message
1 parent 03ee8e5 commit 4a5a00f

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
@@ -674,7 +674,7 @@ export const spinner = () => {
674674
: color.red(S_STEP_ERROR);
675675
process.stdout.write(cursor.move(-999, 0));
676676
process.stdout.write(erase.down(1));
677-
process.stdout.write(`${step} ${message}\n`);
677+
process.stdout.write(`${step} ${_message}\n`);
678678
unblock();
679679
};
680680

0 commit comments

Comments
 (0)