Ensure unqualified program names are present on PATH before executing them.
This commit is contained in:
parent
dc80b016b6
commit
726cfc8441
25 changed files with 228 additions and 47 deletions
2
node_modules/@chrisgavin/safe-which/build/index.d.ts
generated
vendored
Normal file
2
node_modules/@chrisgavin/safe-which/build/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export declare const isWindows: boolean;
|
||||
export declare function safeWhich(program: string): Promise<string>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue