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
An unescaped $ in a string literal leads to ParseError "" "Failed reading: satisfy" being thrown. Which is not fun if you're storing password-like strings in the config. So it would be nice if the error message was better and also if there was a way to disable var interpolation.
The text was updated successfully, but these errors were encountered:
An unescaped
$
in a string literal leads toParseError "" "Failed reading: satisfy"
being thrown. Which is not fun if you're storing password-like strings in the config. So it would be nice if the error message was better and also if there was a way to disable var interpolation.The text was updated successfully, but these errors were encountered: