-
Notifications
You must be signed in to change notification settings - Fork 59
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
mkdirp race condition #184
Comments
@zanemcca thank you for noticing this! Just added types and pushed changes. Let me know if it works 🙂 |
🎉 This issue has been resolved in version 2.3.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@maticzav Thanks for the quick fix! It looks like that fixed it for me. I tested it 25 times locally and once on my CI and it passed every time. I will report back here if it pops back up again. |
@zanemcca great! I think it should work! Once I added types, the linter warned about the missing callbacks with no |
I have an error that pops up from time to time due to a missing directory.
Error Message
I believe this line https://github.com/graphql-binding/graphql-binding/blob/master/src/bin.ts#L60 is to blame. It should probably be
mkdirp.sync(...)
instead of justmkdirp
The text was updated successfully, but these errors were encountered: