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
Fixesmoxystudio#51: can spawn commands containing %<environment variable name>%
Passes command string to cmd.exe as an environment variable
cmd.exe unsets the environment variable and then runs the command
cross-spawn avoids environment variable naming conflicts
0 commit comments