mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 01:14:12 +01:00
Remove a bit of now-superfluous code and fix Option#setFrom.
This commit is contained in:
@@ -1171,7 +1171,7 @@ const Options = Module("options", {
|
||||
msg = " " + option.name + "=" + opt.optionValue;
|
||||
|
||||
if (options["verbose"] > 0 && option.setFrom)
|
||||
msg += "\n Last set from " + option.setFrom.path;
|
||||
msg += "\n Last set from " + option.setFrom;
|
||||
|
||||
dactyl.echo(<span highlight="CmdOutput">{msg}</span>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user