From 7b39b866aa226a40c39c52a4346c25c5f2bafaa0 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 0deae3007..c572cdc69 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; } }