diff --git a/www/template.html b/www/template.html index 0b45f3d2..d5e7d393 100644 --- a/www/template.html +++ b/www/template.html @@ -32,7 +32,7 @@ requestAnimationFrame(update); }) - .catch(err => console.log(err)); + .catch(err => console.error(err));