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
The workaround mentioned here #81 is not working for me.
For the input value of TEST="8k73fe1CDu4a%3v7FJR%&o61KHf@w!!3t8NJTdT%jn\$iSRIP^9J6pzf3P4Ulfjaw"
The output is process.env.TEST="8k73fe1CDu4a%3v7FJR%&o61KHf@w!!3t8NJTdT%jn^9J6pzf3P4Ulfjaw"
It still replaces the $iSRIP part with an empty string.
The workaround mentioned here #81 is not working for me.
For the input value of
TEST="8k73fe1CDu4a%3v7FJR%&o61KHf@w!!3t8NJTdT%jn\$iSRIP^9J6pzf3P4Ulfjaw"
The output is
process.env.TEST="8k73fe1CDu4a%3v7FJR%&o61KHf@w!!3t8NJTdT%jn^9J6pzf3P4Ulfjaw"
It still replaces the $iSRIP part with an empty string.
I have tried with single/double/without quotes.
Package version 3.1.0
Originally posted by @Arattian in #81 (comment)
The text was updated successfully, but these errors were encountered: