mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
Logging.
This commit is contained in:
parent
53b716bad6
commit
f820374f9f
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue