diff --git a/tools/console.js b/tools/console.js index ac3cdc49ed..951563c54f 100644 --- a/tools/console.js +++ b/tools/console.js @@ -256,7 +256,10 @@ _.extend(Console.prototype, { var self = this; var progress = self._watching; - if (!progress) return; + if (!progress) { + self.hideProgressBar(); + return; + } progress.addWatcher(function (state) { //console.log(state);