mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:17:58 +01:00
Release 1.0 βeta 2.
This commit is contained in:
@@ -1405,7 +1405,7 @@ const Options = Module("options", {
|
||||
completion.optionValue = function (context, name, op, curValue, completer) {
|
||||
let opt = options.get(name);
|
||||
completer = completer || opt.completer;
|
||||
if (!completer)
|
||||
if (!completer || !opt)
|
||||
return;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user