don't kill Zotero if for whatever reason deleting the integration pipe fails
This commit is contained in:
parent
2d92f3776e
commit
aa19d412c1
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ Zotero.Integration = new function() {
|
|||
if(_fifoFile.exists()) return;
|
||||
} catch(e) {
|
||||
Zotero.debug(e);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue