Fix various connector-mode issues for 5.0
Still more to fix
This commit is contained in:
parent
cdedbaccac
commit
0f7d1c7061
4 changed files with 11 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue