mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 21:15:45 +01:00
better args parser, plugin writers maybe need to change there
liberator.commands.add() slightly if they used args: as an extraInfo
This commit is contained in:
@@ -733,7 +733,7 @@ const liberator = (function () //{{{
|
||||
// liberator.options does not exist at the very beginning
|
||||
if (liberator.options)
|
||||
verbose = liberator.options["verbose"];
|
||||
dump("level: " + level + " - verbose: " + verbose + "\n");
|
||||
|
||||
if (level > verbose)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user