commit 62de330bef17c2b1d48fd773dfc18095e6cdca0a
parent df1c92b9a3ae124f714f351f4b77bbf9228f617c
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 23 Jun 2016 14:37:20 -0400
Make sure sync errors are logged
This might result in some double-logging, but that's better than no
logging.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js
@@ -802,6 +802,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
if (libraryID) {
e.libraryID = libraryID;
}
+ Zotero.logError(e);
_errors.push(this.parseError(e));
}