mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:58:00 +01:00
Purge unnecessary uses of args.string.
This commit is contained in:
@@ -1195,7 +1195,7 @@ const Options = Module("options", {
|
||||
commands.add(["let"],
|
||||
"Set or list a variable",
|
||||
function (args) {
|
||||
args = args.string;
|
||||
args = args[0];
|
||||
|
||||
if (!args) {
|
||||
let str =
|
||||
|
||||
Reference in New Issue
Block a user