Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 464e093

Browse files
committed
log exception
1 parent 5b78104 commit 464e093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ScalarMessaging.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ function setWidget(event, roomId) {
403403

404404
dis.dispatch({ action: "user_widget_updated" });
405405
}).catch((e) => {
406+
console.log("Error adding widget", e);
406407
sendError(event, _t('Error adding widget'));
407408
});
408409
} else { // Room widget

0 commit comments

Comments
 (0)