From aa19d412c1147cf37de83eef3f7b1d4ef546d22f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 30 Jun 2010 03:35:36 +0000 Subject: [PATCH] don't kill Zotero if for whatever reason deleting the integration pipe fails --- chrome/content/zotero/xpcom/integration.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index de0367a6a0..dbbb21be94 100644 --- 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;