From 464e093f40b2fdeb2e2c3f374295a20de9d31071 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 15 May 2018 15:14:33 +0100 Subject: [PATCH] log exception --- src/ScalarMessaging.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ScalarMessaging.js b/src/ScalarMessaging.js index ba60af29d1..961f7a13d8 100644 --- a/src/ScalarMessaging.js +++ b/src/ScalarMessaging.js @@ -403,6 +403,7 @@ function setWidget(event, roomId) { dis.dispatch({ action: "user_widget_updated" }); }).catch((e) => { + console.log("Error adding widget", e); sendError(event, _t('Error adding widget')); }); } else { // Room widget