From 6cdcb8a1fbb5813dfbf25a2d3bb223ebb7c362c6 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 24 Aug 2011 06:29:16 +0000 Subject: [PATCH] ...but do log the error --- chrome/content/zotero/xpcom/zotero.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 866d14ed0..e64927c85 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -763,7 +763,9 @@ if(appInfo.platformVersion[0] >= 2) { for each(var listener in _shutdownListeners) { try { listener(); - } catch(e) {} + } catch(e) { + Zotero.logError(e); + } } // remove temp directory