Skip to content

Commit 6131328

Browse files
cpreston321github-actions[bot]
authored andcommitted
[ci] format
1 parent 9ce1295 commit 6131328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ export const spinner = () => {
663663
};
664664

665665
const stop = (msg: string = '', code: number = 0): void => {
666-
_message = msg ?? _message
666+
_message = msg ?? _message;
667667
isSpinnerActive = false;
668668
clearInterval(loop);
669669
const step =

0 commit comments

Comments
 (0)