Show the startup error in the alert
This commit is contained in:
parent
41e32647c7
commit
cc39ee8144
|
@ -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…
Reference in New Issue
Block a user