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
Could you possibly add an option to check if the return value is an object, and if so, JSON.stringify it? (Ideally have a way to set stringify options too - eg allow pretty printing)
As it stands, if the return value is an object, it only shallow prints it, so I just get a bunch of [Object]
The text was updated successfully, but these errors were encountered:
Could you possibly add an option to check if the return value is an object, and if so,
JSON.stringify
it? (Ideally have a way to set stringify options too - eg allow pretty printing)As it stands, if the return value is an object, it only shallow prints it, so I just get a bunch of
[Object]
The text was updated successfully, but these errors were encountered: