don't kill Zotero if for whatever reason deleting the integration pipe fails

This commit is contained in:
Simon Kornblith 2010-06-30 03:35:36 +00:00
parent 2d92f3776e
commit aa19d412c1

View file

@ -92,6 +92,7 @@ Zotero.Integration = new function() {
if(_fifoFile.exists()) return;
} catch(e) {
Zotero.debug(e);
return;
}
} else {
return;