-
Notifications
You must be signed in to change notification settings - Fork 77
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
has a bluebird waring when NODE_ENV=development #29
Comments
Hi @coudly, I can't reproduce the error. I'm using the exact code above, both with and without What bluebird version are you using? |
Having the same issue with bluebird version 3.1.1. Hope this helps ;) |
Thanks @tskomudek for the bluebird info - I see they have added this new warning in 3.x. It's a bit annoying since there's nothing wrong with the handlers as they were, but they had to be modified to suppress the bluebird 3.x warning. Thanks @coudly for pinpointing where the changes were needed. @coudly or @tskomudek can you verify this is fixed for you in v1.0.2? |
Hi yortus, |
test.js
console like below
I think fixed like this
https://github.com/yortus/asyncawait/blob/master/src/await/makeAwaitFunc.ts#L48
The text was updated successfully, but these errors were encountered: