nbvgdfsgrcolulwqhr4wkjbv
This commit is contained in:
parent
e84731e8de
commit
3914fbdba8
1 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue