mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 04:55:48 +01:00
Fix some more bootstrapping update bugs.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
// given in the LICENSE.txt file included with this file.
|
||||
"use strict";
|
||||
|
||||
try {
|
||||
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("overlay", {
|
||||
exports: ["ModuleBase"],
|
||||
@@ -276,4 +278,6 @@ var Overlay = Module("Overlay", {
|
||||
}
|
||||
});
|
||||
|
||||
} catch(e){ if (!e.stack) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:
|
||||
|
||||
Reference in New Issue
Block a user