Log some additional Standalone startup errors

This commit is contained in:
Dan Stillman 2016-02-08 00:57:09 -05:00
parent 99007af1f9
commit 092a0b5560

View file

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