Fix the dangling promises
This commit is contained in:
parent
27f918f53c
commit
041627f7e4
19 changed files with 112 additions and 67 deletions
|
@ -106,6 +106,6 @@ async function test1() {
|
|||
iterateOnSequence()
|
||||
}
|
||||
|
||||
test1().then(() => {
|
||||
void test1().then(() => {
|
||||
console.log('test1 done')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue