Closed linger0239 closed 4 years ago
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
try {await result;} catch(e) {}
this wrong in index.js
Duplicate of #33
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