We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ee8e5 commit 4a5a00fCopy full SHA for 4a5a00f
packages/prompts/src/index.ts
@@ -674,7 +674,7 @@ export const spinner = () => {
674
: color.red(S_STEP_ERROR);
675
process.stdout.write(cursor.move(-999, 0));
676
process.stdout.write(erase.down(1));
677
- process.stdout.write(`${step} ${message}\n`);
+ process.stdout.write(`${step} ${_message}\n`);
678
unblock();
679
};
680
0 commit comments