mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 03:07:58 +01:00
Help drunk semicolon across the road.
This commit is contained in:
@@ -74,8 +74,8 @@ CommandLineHandler.prototype = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user