commit 79ef2eac4df45e235b0856e72a3efc30adec4c63 parent ca1cf1c8a33de997df70eb98076d018a1704a445 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 11 Sep 2008 23:19:23 +0000 Better startup error debugging Diffstat:
| M | 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 @@ -256,7 +256,7 @@ var Zotero = new function(){ else { _startupError = "Database upgrade error"; } - Components.utils.reportError(_startupError); + Components.utils.reportError(e); return false; } }