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

Fix un-awaited Promise.all in runElmReviewCodeMod #443

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

adamdicarlo0
Copy link
Contributor

Noticed that this Promise.all() call that was meant to be awaited was not awaited. Not sure if this created problems in practice, but probably at least technically was a race condition.

Copy link

netlify bot commented Nov 14, 2023

👷 Deploy request for elm-pages-todos pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit c1904b4

@dillonkearns
Copy link
Owner

Interesting, good catch. Thanks for the PR! 🙏

@dillonkearns dillonkearns merged commit 1211650 into dillonkearns:master Nov 14, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants