We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d2e64 commit 8cfb5c8Copy full SHA for 8cfb5c8
packages/cli/src/utils/spinner.ts
@@ -5,4 +5,4 @@ interface SpinnerOptions {
5
}
6
7
export const spinner = (text: string, options?: SpinnerOptions) =>
8
- ora({ text, isSilent: options?.silent, stream: process.stdout });
+ ora({ text, isSilent: options?.silent });
0 commit comments