diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 474b0b072..09901bc19 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -217,6 +217,7 @@ var Zotero = new function(){ Zotero.DB.test(); } catch (e) { + Components.utils.reportError(e); this.skipLoading = true; Zotero.DB.skipBackup = true; return;