diff --git a/tools/commands.js b/tools/commands.js index 404c03a782..9b56db0969 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -665,6 +665,8 @@ main.registerCommand(_.extend({ name: 'bundle', hidden: true }, buildCommands), }); var buildCommand = function (options) { + Console.setPretty(true); + cordova.setVerboseness(options.verbose); // XXX output, to stderr, the name of the file written to (for human // comfort, especially since we might change the name)