Skip to content

Commit 99c3ad5

Browse files
committed
lint: fix
1 parent 1ee1a7d commit 99c3ad5

13 files changed

Lines changed: 755 additions & 22 deletions

File tree

__test__/cjs/concurrency/async.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe('GenericObjectPool - Concurrency & Async', () => {
106106
const pool = new GenericObjectPool([resource])
107107

108108
try {
109-
await pool.use(async (r) => {
109+
await pool.use(async () => {
110110
throw new Error('fail')
111111
})
112112
} catch (e) {

0 commit comments

Comments
 (0)