Fix various connector-mode issues for 5.0

Still more to fix
This commit is contained in:
Dan Stillman 2016-04-04 06:33:15 -04:00
parent cdedbaccac
commit 0f7d1c7061
4 changed files with 11 additions and 7 deletions

View file

@ -286,6 +286,8 @@ function makeZoteroContext(isConnector) {
subscriptLoader.loadSubScript("chrome://zotero/content/xpcom/" + xpcomFile + ".js", zContext);
}
catch (e) {
dump("Error loading " + xpcomFile + ".js\n\n");
dump(e + "\n\n");
Components.utils.reportError("Error loading " + xpcomFile + ".js", zContext);
throw (e);
}