1
0
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:
Kris Maglione
2011-01-15 12:02:02 -05:00
parent 67e2a23c5a
commit c78c7b36cb
4 changed files with 23 additions and 19 deletions

View File

@@ -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