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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
When playing in the VRL playground, if one puts invalid JSON and hits run code nothing happens instead an error is printed in the javascript console like Uncaught SyntaxError: Unexpected non-whitespace character after JSON . It would be preferred to surface this error to the user to make it obvious their code is not running because they have an invalid event.
Configuration
No response
Version
N/A
Debug Output
No response
Example Data
example invalid event:
{
"duration": 10fefe
}
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered:
A note for the community
Problem
When playing in the VRL playground, if one puts invalid JSON and hits
run code
nothing happens instead an error is printed in the javascript console likeUncaught SyntaxError: Unexpected non-whitespace character after JSON
. It would be preferred to surface this error to the user to make it obvious their code is not running because they have an invalid event.Configuration
No response
Version
N/A
Debug Output
No response
Example Data
example invalid event:
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: