diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 4b2e301d3..eb2f59751 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -2558,6 +2558,7 @@ Zotero.Sync.Server = new function () { } Zotero.debug(e, 1); + Components.utils.reportError(e); _syncInProgress = false; Zotero.DB.rollbackAllTransactions();