Skip to content

Commit

Permalink
More padding for longer logs (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Sep 10, 2019
1 parent d20a021 commit c267d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-cli/src/Spinner.re
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let start = msg => {
Js.Nullable.return(
Js.Global.setInterval(
() => {
Printf.printf("%s %s \r", msg, frames[i^ mod n_frames]);
Printf.printf("%s %s \r", msg, frames[i^ mod n_frames]);
i := i^ + 1;
},
interval,
Expand Down

0 comments on commit c267d12

Please sign in to comment.