Don't remove the line that gets the error message
parent
d292a627d8
commit
67757a16f3
|
@ -107,6 +107,7 @@ export default React.createClass({
|
|||
return;
|
||||
}
|
||||
|
||||
const msg = error.message || error.toString();
|
||||
this.setState({
|
||||
errorText: msg
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue