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
These should probably be the same – either is fine imo, but given the nature of the library, probably passing the parsed version back prob makes more sense.
The text was updated successfully, but these errors were encountered:
Not sure what the history is here, but there's currently differentiation in handling JSON errors:
get
:err.body = isJSON? JSON.stringify(result) : result.toString()
(code)get
:err.body = result
(code)These should probably be the same – either is fine imo, but given the nature of the library, probably passing the parsed version back prob makes more sense.
The text was updated successfully, but these errors were encountered: