(cmd, args)
| 54 | } |
| 55 | |
| 56 | function defaultExec(cmd, args) { |
| 57 | return makeExec(augmentedEnv(process.env, platform()))(cmd, args); |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Build a child-process env whose PATH also covers the usual places dev tools |
nothing calls this directly
no test coverage detected