fix bug - counter error log
This commit is contained in:
parent
1e40ec50d5
commit
15baa335b7
@ -79,7 +79,7 @@ async function countUp() {
|
||||
if (!counter.error) {
|
||||
counter.start();
|
||||
} else {
|
||||
counter.error(demo.error);
|
||||
console.log(counter.error);
|
||||
}
|
||||
|
||||
await delay(2500)
|
||||
|
Loading…
Reference in New Issue
Block a user