Log some additional Standalone startup errors
This commit is contained in:
parent
99007af1f9
commit
092a0b5560
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ const ZoteroStandalone = new function() {
|
|||
Services.obs.addObserver(gXPInstallObserver, "addon-install-complete", false);
|
||||
})
|
||||
.catch(function (e) {
|
||||
try { Zotero.debug(e, 1); } catch (e) {}
|
||||
Components.utils.reportError(e);
|
||||
ZoteroPane.displayStartupError();
|
||||
window.close();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue