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
It is a good feature to implement the printing of variables on the console.
Currently using the string template it shows me [object object] and I have to use the JSON.stringify() function to see its content.
It would be good to provide the possibility of inserting a payload as a second (or third) parameter.
The text was updated successfully, but these errors were encountered:
ptkdev
changed the title
print value of my variable without JSON.stringify()
[Feature Request] print value of my variable without JSON.stringify()
Mar 1, 2021
Feature description
It is a good feature to implement the printing of variables on the console.
Currently using the string template it shows me [object object] and I have to use the JSON.stringify() function to see its content.
It would be good to provide the possibility of inserting a payload as a second (or third) parameter.
The text was updated successfully, but these errors were encountered: