-
Notifications
You must be signed in to change notification settings - Fork 67
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
meteorMethods callbacks not called, if Meteor.Error thrown #564
Comments
From the docs:
then:
Now, if there is also this (doesn't have to be extend, can be in the actual Class declaration):
Then our callback doesn't get called, when calling |
Yes in deed, it seems to be a bug but it only happens when error is throw on the client, when it's throw on the server, callback gets called. It should be easy fix. |
Fixed. Today I will release a new version |
Great, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if I misunderstood the docs or what, but..
it seems if I throw an error, or if any of the event hooks throws an error, the
meteorMethod
's callback doesn't get called.Repro:
https://github.com/arggh/astronomy-method-issue
The text was updated successfully, but these errors were encountered: