Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 authored and github-actions[bot] committed Aug 9, 2023
1 parent 9ce1295 commit 6131328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prompts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ export const spinner = () => {
};

const stop = (msg: string = '', code: number = 0): void => {
_message = msg ?? _message
_message = msg ?? _message;
isSpinnerActive = false;
clearInterval(loop);
const step =
Expand Down

0 comments on commit 6131328

Please sign in to comment.