...but do log the error

This commit is contained in:
Simon Kornblith 2011-08-24 06:29:16 +00:00
parent 9b66aa8234
commit 6cdcb8a1fb

View file

@ -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