We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af4498 commit 79fdb43Copy full SHA for 79fdb43
packages/prompts/src/spinner.ts
@@ -36,7 +36,6 @@ export const spinner = ({
36
frames = unicode ? ['◒', '◐', '◓', '◑'] : ['•', 'o', 'O', '0'],
37
delay = unicode ? 80 : 120,
38
}: SpinnerOptions = {}): SpinnerResult => {
39
-
40
const isCI = isCIFn();
41
42
let unblock: () => void;
0 commit comments