mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 02:45:57 +01:00
Fix startup on FF36 with a few minutes grace before the nightly goes out.
--HG-- extra : rebase_source : 0685da18b901ff6f243e60e9216dbdc40a4a9455
This commit is contained in:
@@ -86,4 +86,4 @@ Components.classes["@mozilla.org/fuel/application;1"]
|
||||
JSMLoader.load("base.jsm", this);
|
||||
dump("exports: " + this.JSMLoader+" " +this.EXPORTED_SYMBOLS + "\n");
|
||||
|
||||
}catch(e){dump(e+"\n"+e.stack);Components.utils.reportError(e)}
|
||||
}catch(e){dump(e+"\n"+(e.stack || Error().stack));Components.utils.reportError(e)}
|
||||
|
||||
Reference in New Issue
Block a user