diff --git a/common/content/options.js b/common/content/options.js index d9acee9e..95263f57 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1224,10 +1224,10 @@ const Options = Module("options", { }) } ; - if (str.*.length()) - dactyl.echo(str, commandline.FORCE_MULTILINE); - else + if (str.text().length() == str.*.length()) dactyl.echomsg("No variables found"); + else + dactyl.echo(str, commandline.FORCE_MULTILINE); return; }