fx-compat: Zotero service: Correct reportError() call
This commit is contained in:
parent
ca894c3416
commit
018e534383
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ function makeZoteroContext(isConnector) {
|
|||
catch (e) {
|
||||
dump("Error loading " + xpcomFile + ".js\n\n");
|
||||
dump(e + "\n\n");
|
||||
Components.utils.reportError("Error loading " + xpcomFile + ".js", zContext);
|
||||
Components.utils.reportError("Error loading " + xpcomFile + ".js");
|
||||
throw (e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue