From ee273c583b649a14a5c95e73b8afc5198f361973 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 21 Jan 2022 13:44:12 +0100 Subject: [PATCH] re-add log License: MIT Signed-off-by: Henrique Dias --- src/webui/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/index.js b/src/webui/index.js index 9db506c60..a1f074e62 100644 --- a/src/webui/index.js +++ b/src/webui/index.js @@ -46,6 +46,8 @@ const createWindow = () => { }) window.webContents.on('unresponsive', async () => { + logger.error('[web ui] the webui became unresponsive') + const opt = showDialog({ title: i18n.t('unresponsiveWindowDialog.title'), message: i18n.t('unresponsiveWindowDialog.message'),