commit 092a0b5560897e630d9569b089d616a4772aa0b5
parent 99007af1f9895352c9c2221fb1f7555f92e60138
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 8 Feb 2016 00:57:09 -0500
Log some additional Standalone startup errors
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js
@@ -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;