From 55f86f4295eb1784afc5ed47c6f5961979709087 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Fri, 5 Sep 2014 00:27:59 -0400 Subject: [PATCH] Fix error handling for saveItems --- chrome/content/zotero/xpcom/server_connector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }