From 3914fbdba8a21ac6c6d5d6064e60c818e6c8cab4 Mon Sep 17 00:00:00 2001 From: Guillem George Date: Sat, 16 May 2026 18:55:37 +0200 Subject: [PATCH] nbvgdfsgrcolulwqhr4wkjbv --- src/rooms/canvas/index.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/rooms/canvas/index.js b/src/rooms/canvas/index.js index c7343fe..9e1d0bf 100644 --- a/src/rooms/canvas/index.js +++ b/src/rooms/canvas/index.js @@ -15,11 +15,15 @@ async function fetchCanvas(room) { }); if (!response || !response.ok) { + // console.error( + // "Could not retrieve room canvas: " + response && response.statusText + // ? response.statusText + // : "no more informations", + // ); console.error( - "Could not retrieve room canvas: " + response && response.statusText - ? response.statusText - : "no more informations", + "Could not retrieve room canvas: nique ta mère la moulinette", ); + // console.debug(await response.text()); return null; }