diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index f52633b20..f44772600 100644 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -370,8 +370,8 @@ Zotero.Server.Connector.SaveItem.prototype = { sendResponseCallback(500); } } else { + Zotero.logError(items); sendResponseCallback(500); - throw newItems; } }, Zotero.Server.Connector.AttachmentProgressManager.onProgress); }