www: use console.error for logging wasm loader error
This commit is contained in:
parent
b146f47037
commit
e13e1d5a46
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
requestAnimationFrame(update);
|
requestAnimationFrame(update);
|
||||||
})
|
})
|
||||||
.catch(err => console.log(err));
|
.catch(err => console.error(err));
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue