From d0ca8a19a5bfbfc98b7855e29124d265fbec4f5a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 24 May 2008 20:23:27 +0000 Subject: [PATCH] Some SQLite startup errors wouldn't be displayed in Error Console --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) 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;