Log some additional Standalone startup errors
This commit is contained in:
parent
99007af1f9
commit
092a0b5560
|
@ -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…
Reference in New Issue
Block a user