Better startup error debugging

This commit is contained in:
Dan Stillman 2008-09-11 23:19:23 +00:00
parent 439b45f948
commit 7b39b866aa

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