Skip to content

Commit 9d0e0dc

Browse files
cpreston321github-actions[bot]
authored andcommitted
[ci] format
1 parent 8a6315e commit 9d0e0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/prompts/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ export const spinner = () => {
670670
process.stdout.write(`${color.gray(S_BAR)}\n`);
671671
let frameIndex = 0;
672672
let dotsTimer = 0;
673-
registerHooks()
673+
registerHooks();
674674
loop = setInterval(() => {
675675
const frame = color.magenta(frames[frameIndex]);
676676
const loadingDots = '.'.repeat(Math.floor(dotsTimer)).slice(0, 3);
@@ -695,7 +695,7 @@ export const spinner = () => {
695695
process.stdout.write(cursor.move(-999, 0));
696696
process.stdout.write(erase.down(1));
697697
process.stdout.write(`${step} ${_message}\n`);
698-
clearHooks()
698+
clearHooks();
699699
unblock();
700700
};
701701

0 commit comments

Comments
 (0)