Better startup error debugging
This commit is contained in:
parent
ca1cf1c8a3
commit
79ef2eac4d
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ var Zotero = new function(){
|
|||
else {
|
||||
_startupError = "Database upgrade error";
|
||||
}
|
||||
Components.utils.reportError(_startupError);
|
||||
Components.utils.reportError(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue