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
Looks like this was fixed in #109 but the implementation is dubious. It assumes that the user is generating the error and adding the 'data' field to that error. It might make more sense that the error message is used unless the error object contains a data field.
jaysonic/src/server/protocol/base.js
Line 322 in 5bfddd5
This should likely be
error.data = e.message
The text was updated successfully, but these errors were encountered: