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: error finally() is not a function #5

Merged
merged 1 commit into from
Oct 31, 2019
Merged

fix: error finally() is not a function #5

merged 1 commit into from
Oct 31, 2019

Conversation

maxceem
Copy link
Contributor

@maxceem maxceem commented Oct 31, 2019

This error was caused by calling finally() method on the promise returned by "async" function.
"async" functions return native Promise which cannot be overwritten by "global.Promise = require('bluebird')", see petkaantonov/bluebird#1434 for details.

This error was caused by calling finally() method on the promise returned by "async" function.
"async" functions return native Promise which cannot be overwritten by "global.Promise = require('bluebird')", see petkaantonov/bluebird#1434 for details.
@vikasrohit vikasrohit merged commit 79ae470 into topcoder-platform:develop Oct 31, 2019
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.

None yet

2 participants