this code is wrong
linger0239 opened this issue · 2 comments
linger0239 commented
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
linger0239 commented
this wrong in index.js
sindresorhus commented
Duplicate of #33