Better startup error debugging

This commit is contained in:
Dan Stillman 2008-09-11 23:19:23 +00:00
parent ca1cf1c8a3
commit 79ef2eac4d

View file

@ -256,7 +256,7 @@ var Zotero = new function(){
else {
_startupError = "Database upgrade error";
}
Components.utils.reportError(_startupError);
Components.utils.reportError(e);
return false;
}
}