mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 14:37:47 +00:00
Add TODO regarding quieting progress bar
This commit is contained in:
parent
ffdd44752a
commit
62b15cce92
@ -31,6 +31,7 @@ exports.downloadFile = (url, dest, callback) ->
|
||||
return callback(error)
|
||||
, (state) ->
|
||||
|
||||
# TODO: Allow quieting this progress bar
|
||||
bar ?= new ProgressBar 'Downloading device OS [:bar] :percent :etas',
|
||||
complete: '='
|
||||
incomplete: ' '
|
||||
|
Loading…
Reference in New Issue
Block a user