Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 3a6288b

Browse files
committed
fix: add promise catch in benchmarks
1 parent 9bcb005 commit 3a6288b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/hash.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ algs.forEach((alg) => {
3838
list.push(res)
3939
d.resolve()
4040
})
41+
.catch(err => console.log(err))
4142
}, {
4243
defer: true
4344
})

0 commit comments

Comments
 (0)