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
Currently, there's no way to use double quotes inside a string literal. That makes it impossible to create a valid JSON string, for example.
┌─ script.air:22:78
│
22 │ (call relay (first_service "create_vault_file") ["{\"name\": \"file_share\"}"] config_filename)
│ ^ only alphanumeric, '_', and '-' characters are allowed in this position
The text was updated successfully, but these errors were encountered:
Currently, there's no way to use double quotes inside a string literal. That makes it impossible to create a valid JSON string, for example.
The text was updated successfully, but these errors were encountered: