diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 583f41dfde..fdf2f7f40c 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); } }