diff --git a/js/game.js b/js/game.js index 5126763..da0c802 100644 --- a/js/game.js +++ b/js/game.js @@ -79,7 +79,7 @@ async function countUp() { if (!counter.error) { counter.start(); } else { - counter.error(demo.error); + console.log(counter.error); } await delay(2500)