From e13e1d5a467eb58a600610c4136824445ac1a584 Mon Sep 17 00:00:00 2001 From: Ali Chraghi Date: Tue, 24 May 2022 21:18:57 +0430 Subject: [PATCH] www: use console.error for logging wasm loader error --- www/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));