MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/child-process.ts:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58/** Class holding utilities for spawning child processes. */
59export abstract class ChildProcess {
60 /**
61 * Spawns a given command with the specified arguments inside an interactive shell. All process
62 * stdin, stdout and stderr output is printed to the current console.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected