Ensure unqualified program names are present on PATH before executing them.

This commit is contained in:
Chris Gavin 2020-11-18 21:14:45 +00:00
parent dc80b016b6
commit 726cfc8441
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
25 changed files with 228 additions and 47 deletions

2
node_modules/@chrisgavin/safe-which/build/index.d.ts generated vendored Normal file
View file

@ -0,0 +1,2 @@
export declare const isWindows: boolean;
export declare function safeWhich(program: string): Promise<string>;