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);
|
Services.obs.addObserver(gXPInstallObserver, "addon-install-complete", false);
|
||||||
})
|
})
|
||||||
.catch(function (e) {
|
.catch(function (e) {
|
||||||
|
try { Zotero.debug(e, 1); } catch (e) {}
|
||||||
|
Components.utils.reportError(e);
|
||||||
ZoteroPane.displayStartupError();
|
ZoteroPane.displayStartupError();
|
||||||
window.close();
|
window.close();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue