Skip to content

Commit d0a99c2

Browse files
committed
fix: don't swallow llhttp loading error
1 parent 69ede10 commit d0a99c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/client.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ async function lazyllhttp () {
404404

405405
let llhttpInstance = null
406406
let llhttpPromise = lazyllhttp()
407-
.catch(() => {
408-
})
407+
llhttpPromise.catch()
409408

410409
let currentParser = null
411410
let currentBufferRef = null

0 commit comments

Comments
 (0)