mirror of https://github.com/vector-im/riot-web
log exception
parent
5b781043a5
commit
464e093f40
|
@ -403,6 +403,7 @@ function setWidget(event, roomId) {
|
||||||
|
|
||||||
dis.dispatch({ action: "user_widget_updated" });
|
dis.dispatch({ action: "user_widget_updated" });
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
|
console.log("Error adding widget", e);
|
||||||
sendError(event, _t('Error adding widget'));
|
sendError(event, _t('Error adding widget'));
|
||||||
});
|
});
|
||||||
} else { // Room widget
|
} else { // Room widget
|
||||||
|
|
Loading…
Reference in New Issue