mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 15:32:27 +01:00
Fix :extadd.
A casualty of module loading tomfoolery or similar.
This commit is contained in:
@@ -388,7 +388,7 @@ var Addons = Module("addons", {
|
||||
"Install an extension",
|
||||
function (args) {
|
||||
let url = args[0];
|
||||
let file = io.File(url);
|
||||
let file = modules.io.File(url);
|
||||
function install(addonInstall) {
|
||||
addonInstall.addListener(addonListener);
|
||||
addonInstall.install();
|
||||
|
||||
Reference in New Issue
Block a user