From 473e3a067a0ebca2ab472e574c9c356ebcd55622 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 7 Jul 2009 07:53:34 +0000 Subject: [PATCH] Fix for sync errors not stopping sync process (from 2.0b6 change) --- chrome/content/zotero/xpcom/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 583f41dfd..fdf2f7f40 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -1729,7 +1729,7 @@ Zotero.Sync.Server = new function () { Components.utils.reportError(e.stack.substr(0, 600)); } } - Components.utils.reportError(e); + throw (e); } }