1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:37:58 +01:00

Help drunk semicolon across the road.

This commit is contained in:
Doug Kearns
2012-03-31 23:31:30 +11:00
parent 7685a8dfeb
commit a4d1ca806a

View File

@@ -73,9 +73,9 @@ CommandLineHandler.prototype = {
util.dactyl.execute(remote); util.dactyl.execute(remote);
} }
} }
catch(e) { catch (e) {
util.reportError(e) util.reportError(e);
}; }
try { try {
this.optionValue = commandLine.handleFlagWithParam(config.name, false); this.optionValue = commandLine.handleFlagWithParam(config.name, false);