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
Logging.
This commit is contained in:
@@ -365,7 +365,7 @@ export default class AppTile extends React.Component {
|
||||
this.props.onCapabilityRequest(requestedCapabilities);
|
||||
}
|
||||
}).catch((err) => {
|
||||
console.log("Failed to get widget capabilities", this.widgetId, err);
|
||||
console.log(`Failed to get capabilities for widget type ${this.props.type}`, this.props.id, err);
|
||||
});
|
||||
this.setState({loading: false});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user