]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/components/commandline-handler.js
Import 1.0 supporting Firefox up to 14.*
[dactyl.git] / common / components / commandline-handler.js
index 0fd118958e77d4b873c26ed3e8da0b65f6152f9e..738e27516d084a8a2f711c7ac28c1a59fe90a0f1 100644 (file)
@@ -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);