diff --git a/components/zotero-service.js b/components/zotero-service.js index 97d3ec301..d6774bd7b 100644 --- a/components/zotero-service.js +++ b/components/zotero-service.js @@ -351,6 +351,9 @@ function ZoteroService() { dump(e + "\n\n"); Components.utils.reportError(e); + if (!zContext.Zotero.startupError) { + zContext.Zotero.startupError = e; + } throw e; }) .then(function () {