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;
|
Zotero.startupError = msg;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Zotero.startupError = Zotero.getString('startupError.databaseUpgradeError');
|
Zotero.startupError = Zotero.getString('startupError.databaseUpgradeError') + "\n\n" + e;
|
||||||
}
|
}
|
||||||
Zotero.skipLoading = true;
|
Zotero.skipLoading = true;
|
||||||
Components.utils.reportError(e);
|
Components.utils.reportError(e);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue