Add TODO regarding quieting progress bar

This commit is contained in:
Juan Cruz Viotti 2014-12-03 09:09:36 -04:00
parent ffdd44752a
commit 62b15cce92

View File

@ -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: ' '