From d1b93de8c4e630fb581a6792e1aaa06658d21211 Mon Sep 17 00:00:00 2001 From: lynxchat4 <90892486+lynxchat4@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:14:46 +0300 Subject: [PATCH] Update frontend/index.html Co-authored-by: Alexey Bondarenko --- frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index cb44624..5f6c7c6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -20,7 +20,7 @@ wakeLock.addEventListener('release', () => { }); } catch (err) { - console.error(`${err.name}, ${err.message}`); + console.error("Ошибка при запросе WakeLock", err); } }; requestWakeLock();