We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting:
UnhandledPromiseRejectionWarning: Error: cannot enable cancellation after promises are in use
If I require bluebird anywhere else in my project, I get this error due to: https://github.com/ice-services/moleculer-web/blob/master/src/index.js#L83
This might actually be better placed in that repo 🤔
The text was updated successfully, but these errors were encountered:
Thanks, please move it to moleculer-web repo issues.
Sorry, something went wrong.
Is it with v0.12 right?
removee promise cancellation to fix moleculerjs/moleculer#202
b3d9071
No branches or pull requests
Getting:
If I require bluebird anywhere else in my project, I get this error due to:
https://github.com/ice-services/moleculer-web/blob/master/src/index.js#L83
This might actually be better placed in that repo 🤔
The text was updated successfully, but these errors were encountered: