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

Class

ng-dev/utils/git/git-client.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18/** Error for failed Git commands. */
19export class GitCommandError extends Error {
20 // Note: Do not expose the unsanitized arguments as a public property. NodeJS
21 // could print the properties of an error instance and leak e.g. a token.
22 constructor(client: GitClient, unsanitizedArgs: string[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected