Skip to content

Commit

Permalink
disable spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-a committed Feb 3, 2023
1 parent ba2b3e7 commit 11c6e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ const spinner = ora({
text: 'Finding files',
color: 'white',
interval: 100000,
isEnabled: program.spinner
isEnabled: program.spinner,
isSilent: Boolean(process.env.MADGE_NO_SPINNER)
});

let exitCode = 0;
Expand Down

0 comments on commit 11c6e19

Please sign in to comment.