Hacker News new | ask | show | jobs
by mijkal 313 days ago
When using Promise.all(), it won't fail entirely if individual promises have their own .catch() handlers.
1 comments

Subtle enough you’ll learn once to not do that again if you’re not looking for that behavior.