Some SQLite startup errors wouldn't be displayed in Error Console

This commit is contained in:
Dan Stillman 2008-05-24 20:23:27 +00:00
parent 01b0e841f1
commit d0ca8a19a5

View File

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