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:
Dan Stillman 2016-06-23 14:37:20 -04:00
parent df1c92b9a3
commit 62de330bef

View file

@ -802,6 +802,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
if (libraryID) {
e.libraryID = libraryID;
}
Zotero.logError(e);
_errors.push(this.parseError(e));
}