sindresorhus/p-limit

this code is wrong

linger0239 opened this issue · 2 comments

The try catch code on lines 28 to 31 is wrong,it should be
try {await result;} catch(e) {}
Now, when i build my project, this wrong broken the process

this wrong in index.js

Duplicate of #33