Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Promise.all #3

Open
matthew-dean opened this issue Jun 16, 2023 · 1 comment
Open

Doesn't work with Promise.all #3

matthew-dean opened this issue Jun 16, 2023 · 1 comment

Comments

@matthew-dean
Copy link

I discovered today that flatry doesn't seem to work with Promise.all, which is itself a promise.

In other words, I had code like this:

const [err, res] = await flatry(Promise.all(promises))

Instead of returning an err object in the case of an error within the promises, it simply throws an error.

@dolsem
Copy link
Contributor

dolsem commented Dec 26, 2023

I tested it and it seems to work fine for me. Can you provide a more complete example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants