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
// Search `PATH` for the command, resolving its Windows executable extension via `PATHEXT`
76
+
constresolvePath=parsed=>{
79
77
constenvironment=parsed.options.env||process.env;
80
-
81
-
/*
82
-
`which` runs `stat` relative to the current directory but has no `cwd` option, so we temporarily switch into the target directory and restore it afterwards.
83
-
84
-
`process.chdir()` is disabled in worker threads and might be absent in non-Node runtimes.
0 commit comments