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);
|
this.props.onCapabilityRequest(requestedCapabilities);
|
||||||
}
|
}
|
||||||
}).catch((err) => {
|
}).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});
|
this.setState({loading: false});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue