Show the startup error in the alert
This commit is contained in:
parent
41e32647c7
commit
cc39ee8144
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue