Skip to content

Commit

Permalink
hides the progress bar cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Apr 26, 2017
1 parent c924675 commit 72a7c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/nodemcu-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ _cli

// initialize a new progress bar
var bar = new _progressbar.Bar({
clearOnComplete: true
clearOnComplete: true,
hideCursor: true
}, _progressbar.Presets.shades_classic);

// files provided ?
Expand Down

0 comments on commit 72a7c6c

Please sign in to comment.