commit 6cdcb8a1fbb5813dfbf25a2d3bb223ebb7c362c6 parent 9b66aa8234fac3bb1a8f550ac1d4fe75f0a5e1a9 Author: Simon Kornblith <simon@simonster.com> Date: Wed, 24 Aug 2011 06:29:16 +0000 ...but do log the error Diffstat:
| M | 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 @@ -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