From c9a787c7bdd9a1a14833fe9c220ffdd86fa3808b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 26 Mar 2015 20:34:31 -0400 Subject: [PATCH] Maybe show some sync errors that weren't being shown (This might end up showing some twice, but better than not at all.) --- chrome/content/zotero/xpcom/sync.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 4b2e301d35..eb2f59751d 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();