commit c9a787c7bdd9a1a14833fe9c220ffdd86fa3808b
parent 52e735b0355ccf6f4eeac867f99f106cc6135118
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 26 Mar 2015 20:34:31 -0400
Maybe show some sync errors that weren't being shown
(This might end up showing some twice, but better than not at all.)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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();