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
Fix the format for response string when wawaka method invocations fail
The response message for failed method invocations was an encoded
JSON string while other messages were simply a string. Now, when a method
fails the result must be a string value and it will be returned
immediately, without JSON encoding.
Signed-off-by: Mic Bowman <[email protected]>
0 commit comments