From 79ef2eac4df45e235b0856e72a3efc30adec4c63 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 11 Sep 2008 23:19:23 +0000 Subject: [PATCH] Better startup error debugging --- chrome/content/zotero/xpcom/zotero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 0deae30078..c572cdc694 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -256,7 +256,7 @@ var Zotero = new function(){ else { _startupError = "Database upgrade error"; } - Components.utils.reportError(_startupError); + Components.utils.reportError(e); return false; } }