diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js index 2d0f99fc0..29a00780f 100644 --- 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;