Skip to content

Commit 79fdb43

Browse files
committed
fix: caught up with main
Signed-off-by: Alexander Mangel <[email protected]>
1 parent 5af4498 commit 79fdb43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/prompts/src/spinner.ts

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const spinner = ({
3636
frames = unicode ? ['◒', '◐', '◓', '◑'] : ['•', 'o', 'O', '0'],
3737
delay = unicode ? 80 : 120,
3838
}: SpinnerOptions = {}): SpinnerResult => {
39-
4039
const isCI = isCIFn();
4140

4241
let unblock: () => void;

0 commit comments

Comments
 (0)