You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Don't remove the line that gets the error message
This commit is contained in:
@@ -107,6 +107,7 @@ export default React.createClass({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const msg = error.message || error.toString();
|
||||||
this.setState({
|
this.setState({
|
||||||
errorText: msg
|
errorText: msg
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user