You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evaluate should throw when the client function throws. It might require wrapping the function and returning an either type which includes the message and the stack of the error.
The text was updated successfully, but these errors were encountered:
Describe the bug
When no element with class
doesNotExist
existsx
will have value{}
. I think this is because it's a json-ified error.To Reproduce
Expected behavior
evaluate
should throw when the client function throws. It might require wrapping the function and returning an either type which includes the message and the stack of the error.The text was updated successfully, but these errors were encountered: