don't kill Zotero if for whatever reason deleting the integration pipe fails
This commit is contained in:
parent
2d92f3776e
commit
aa19d412c1
|
@ -92,6 +92,7 @@ Zotero.Integration = new function() {
|
||||||
if(_fifoFile.exists()) return;
|
if(_fifoFile.exists()) return;
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
Zotero.debug(e);
|
Zotero.debug(e);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user