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
I see the problem - it should only write to setenv after chaning Ruby's ENV.
Currently it is also rewriting all env variables when System.getenv() content is put into Ruby's ENV.
Unnecessary rewriting of environment variables - they are written again after reading.
Causing #765
The text was updated successfully, but these errors were encountered: