diff --git a/common/content/dactyl.js b/common/content/dactyl.js index baba63d0..e2ce6921 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -356,7 +356,7 @@ const Dactyl = Module("dactyl", { let err = null; for (let [command, args] in commands.parseCommands(str.replace(/^'(.*)'$/, "$1"))) { if (command === null) - throw FailedAssertion("E492: Not a " + config.appName + " command: " + str); + throw FailedAssertion("E492: Not a " + config.appName + " command: " + args.commandString); if (!silent) commandline.command = str.replace(/^\s*:\s*/, "");