diff --git a/common/components/commandline-handler.js b/common/components/commandline-handler.js index 0fd11895..738e2751 100644 --- a/common/components/commandline-handler.js +++ b/common/components/commandline-handler.js @@ -73,9 +73,9 @@ CommandLineHandler.prototype = { util.dactyl.execute(remote); } } - catch(e) { - util.reportError(e) - }; + catch (e) { + util.reportError(e); + } try { this.optionValue = commandLine.handleFlagWithParam(config.name, false);