Some SQLite startup errors wouldn't be displayed in Error Console
This commit is contained in:
parent
01b0e841f1
commit
d0ca8a19a5
|
@ -217,6 +217,7 @@ var Zotero = new function(){
|
|||
Zotero.DB.test();
|
||||
}
|
||||
catch (e) {
|
||||
Components.utils.reportError(e);
|
||||
this.skipLoading = true;
|
||||
Zotero.DB.skipBackup = true;
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user