mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 05:24:13 +01:00
Fix some bootstrap issues on upgrade.
This commit is contained in:
@@ -173,7 +173,7 @@ function require(obj, name, from) {
|
||||
JSMLoader.load(name + ".jsm", obj);
|
||||
}
|
||||
catch (e) {
|
||||
defineModule.dump("loading " + String.quote("resource://dactyl/" + name + ".jsm") + "\n");
|
||||
defineModule.dump("loading " + String.quote(name + ".jsm") + "\n");
|
||||
if (loaded.util)
|
||||
util.reportError(e);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user