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
Currently, posix_spawn is never used in subprocess calls when cwd argument is given. Many platforms pretty recently added posix_spawn_file_actions_addchdir_np() and/or posix_spawn_file_actions_addchdir() functions, which should make it pretty simple to add such support.