Skip to content

Conversation

@Tug
Copy link

@Tug Tug commented Oct 23, 2013

If a remote method throws an Error instance, this is what we receive in the error callback :
first argument: "runtime_error"
second argument: "{}"

With this fix, this is what we get if, for instance, a ReferenceError is thrown:
first argument: "ReferenceError"
second argument: "x is not defined"

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.

1 participant