Rahul Srivastava
Results
2
comments of
Rahul Srivastava
Thanks @orta! I will try `process.on('uncaughtException', err => {` and also check the code if there is something which could escape the catch.
@orta I tried using `process.on('uncaughtException', err => console.log(err); )`, but it still causes the build failure. Is there any other way, you can suggest to ignore the error?