commit cc39ee81440301df40b74555b7b6f56bfd80df98 parent 41e32647c79eda544a774354832dac3666a2fcf4 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 27 Feb 2013 04:50:51 -0500 Show the startup error in the alert 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 @@ -642,7 +642,7 @@ Components.utils.import("resource://gre/modules/Services.jsm"); Zotero.startupError = msg; } else { - Zotero.startupError = Zotero.getString('startupError.databaseUpgradeError'); + Zotero.startupError = Zotero.getString('startupError.databaseUpgradeError') + "\n\n" + e; } Zotero.skipLoading = true; Components.utils.reportError(e);