www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 473e3a067a0ebca2ab472e574c9c356ebcd55622
parent d3b5553a735cc59ff8c6634e8525d9de4a5c171e
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  7 Jul 2009 07:53:34 +0000

Fix for sync errors not stopping sync process (from 2.0b6 change)


Diffstat:
Mchrome/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 @@ -1729,7 +1729,7 @@ Zotero.Sync.Server = new function () { Components.utils.reportError(e.stack.substr(0, 600)); } } - Components.utils.reportError(e); + throw (e); } }