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
I am getting the following warning from the code in gulp-helper when I load a config via a promise.
Warning: a promise was created in a handler at /node_modules/sequelize-cli/lib/helpers/gulp-helper.js:17:16 but was not returned from it. I think the issue is a missing return on the line indicated. https://github.com/sequelize/cli/blob/master/lib/helpers/gulp-helper.js#L17
The text was updated successfully, but these errors were encountered:
I'm seeing the same warning. To reproduce, you may need to set BLUEBIRD_DEBUG=1
BLUEBIRD_DEBUG=1
Sorry, something went wrong.
[FIX sequelize#439] return the promise
59e629e
dfe14c8
Merge pull request sequelize#439 from exercism/nextercism-solution-path
c669a3f
[nextercism] Figure out where to download an exercise to
No branches or pull requests
I am getting the following warning from the code in gulp-helper when I load a config via a promise.
Warning: a promise was created in a handler at /node_modules/sequelize-cli/lib/helpers/gulp-helper.js:17:16 but was not returned from it. I think the issue is a missing return on the line indicated. https://github.com/sequelize/cli/blob/master/lib/helpers/gulp-helper.js#L17
The text was updated successfully, but these errors were encountered: