-
Notifications
You must be signed in to change notification settings - Fork 14
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
Multiple Asyncs? #55
Comments
Thank you for the issue! |
It is fixed. I'm gonna release it on v.1.12 😄 |
Sorry, but a followup Q: any ballpark idea on when v1.12 will be released? |
I'm gonna release it on |
I published |
When I use Aigle to
promisifyAll(require('fs'))
I end up with multiple leveled Async functions. For example, forreadFile()
I end up with:Path seems to fair worse on almsot all functions:
Why?
PS:
bluebird
does not seem to suffer from this. I get one Async promise-returning function for each function in a library.The text was updated successfully, but these errors were encountered: