Show the startup error in the alert

This commit is contained in:
Dan Stillman 2013-02-27 04:50:51 -05:00
parent 41e32647c7
commit cc39ee8144

View file

@ -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);