commit aa19d412c1147cf37de83eef3f7b1d4ef546d22f
parent 2d92f3776e14f910db469341cecd7220c5043bb1
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 30 Jun 2010 03:35:36 +0000
don't kill Zotero if for whatever reason deleting the integration pipe fails
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js
@@ -92,6 +92,7 @@ Zotero.Integration = new function() {
if(_fifoFile.exists()) return;
} catch(e) {
Zotero.debug(e);
+ return;
}
} else {
return;