atapas / promiviz

Visualize JavaScript Promises on the browser. Visualize the JavaScript Promise APIs and learn. It is a playground to learn about promises faster, ever!
https://promiviz.vercel.app
MIT License
97 stars 42 forks source link

fix: proper handling allSettled cases #5

Closed siqueira-ec closed 2 years ago

siqueira-ec commented 2 years ago

When first or second promise where marked with "reject", the colors where not rendering properly:

error

This PR fixes that error:

fixed

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
promiviz ✅ Ready (Inspect) Visit Preview Jul 29, 2022 at 10:01PM (UTC)
atapas commented 2 years ago

Thanks @siqueira-ec for the PR and fix. Approved and merged.