-
Notifications
You must be signed in to change notification settings - Fork 113
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
a promise was created in a handler but was not returned from it #215
Comments
+1 I'm getting the same warnings in my controllers. |
|
I'm also getting this warning with sails 0.12.1 |
Is this issue still not fixed? Am also having this same warning. |
Same on Sails 0.12.3 |
Same as me
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On sails 0.12.0 I'm getting the warning
which I believe is due to the policies Promises needing a return. Here's the issues I orginally posted on sails balderdashy/sails#3556
The text was updated successfully, but these errors were encountered: