Make sure sync errors are logged
This might result in some double-logging, but that's better than no logging.
This commit is contained in:
parent
df1c92b9a3
commit
62de330bef
1 changed files with 1 additions and 0 deletions
|
@ -802,6 +802,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
|
|||
if (libraryID) {
|
||||
e.libraryID = libraryID;
|
||||
}
|
||||
Zotero.logError(e);
|
||||
_errors.push(this.parseError(e));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue