Hacker News new | ask | show | jobs
by hombre_fatal 2232 days ago
promise.catch(console.error) is still handling the error.
1 comments

That's still a soft error. Meaning the app will continue like if nothing happened. Resulting in poisonous state.