www: use console.error for logging wasm loader error

This commit is contained in:
Ali Chraghi 2022-05-24 21:18:57 +04:30 committed by Stephen Gutekanst
parent b146f47037
commit e13e1d5a46

View file

@ -32,7 +32,7 @@
requestAnimationFrame(update);
})
.catch(err => console.log(err));
.catch(err => console.error(err));
</script>
</body>
</html>