MCPcopy Index your code
hub / github.com/angular/angular-cli / execWithEnv

Function execWithEnv

tests/e2e/utils/process.ts:308–310  ·  view source on GitHub ↗
(cmd: string, args: string[], env: NodeJS.ProcessEnv, stdin?: string)

Source from the content-addressed store, hash-verified

306}
307
308export function execWithEnv(cmd: string, args: string[], env: NodeJS.ProcessEnv, stdin?: string) {
309 return _exec({ env, stdin }, cmd, args);
310}
311
312export async function execAndCaptureError(
313 cmd: string,

Callers 5

windowsTestsFunction · 0.90
completion.tsFile · 0.90
publishOutdatedFunction · 0.90

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected