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