fix bug - counter error log

This commit is contained in:
Florian Schmid 2023-04-19 21:40:06 +02:00
parent 1e40ec50d5
commit 15baa335b7

View File

@ -79,7 +79,7 @@ async function countUp() {
if (!counter.error) {
counter.start();
} else {
counter.error(demo.error);
console.log(counter.error);
}
await delay(2500)