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
There is no need to use shell here, and we should not assume that user's
zshrc configures the PATH correctly. Instead, we should use the
`Process` API to run commands directly, and assume that the PATH in the
process spawn environment is correctly configured.
0 commit comments