mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:37:58 +01:00
Remove unused variable.
This commit is contained in:
@@ -351,7 +351,6 @@ const Dactyl = Module("dactyl", {
|
|||||||
|
|
||||||
modifiers = modifiers || {};
|
modifiers = modifiers || {};
|
||||||
|
|
||||||
let err = null;
|
|
||||||
for (let [command, args] in commands.parseCommands(str.replace(/^'(.*)'$/, "$1"))) {
|
for (let [command, args] in commands.parseCommands(str.replace(/^'(.*)'$/, "$1"))) {
|
||||||
if (command === null)
|
if (command === null)
|
||||||
throw FailedAssertion("E492: Not a " + config.appName + " command: " + args.commandString);
|
throw FailedAssertion("E492: Not a " + config.appName + " command: " + args.commandString);
|
||||||
|
|||||||
Reference in New Issue
Block a user