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
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
I believe this line is intended for printing the command we are about to execute. However, when called in this form it causes the console output to look like this:
The system command can take a hash of ENV variables. However, when we're empty it prints an empty hash. We could probably make the run method signature run(env, cmd) and then only print env if it isn't empty.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I believe this line is intended for printing the command we are about to execute. However, when called in this form it causes the console output to look like this:
...or sometimes...
The text was updated successfully, but these errors were encountered: