remove log
This commit is contained in:
parent
da2f1a0afa
commit
66a3f52e11
@ -28,7 +28,7 @@ async function* countDown(count, callback) {
|
||||
yield count--;
|
||||
await new Promise((r) => setTimeout(r, 1000));
|
||||
if(count === 0){
|
||||
console.log('hello call')
|
||||
|
||||
callback()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user