...but do log the error
This commit is contained in:
parent
9b66aa8234
commit
6cdcb8a1fb
1 changed files with 3 additions and 1 deletions
|
@ -763,7 +763,9 @@ if(appInfo.platformVersion[0] >= 2) {
|
|||
for each(var listener in _shutdownListeners) {
|
||||
try {
|
||||
listener();
|
||||
} catch(e) {}
|
||||
} catch(e) {
|
||||
Zotero.logError(e);
|
||||
}
|
||||
}
|
||||
|
||||
// remove temp directory
|
||||
|
|
Loading…
Reference in a new issue