MCPcopy Create free account
hub / github.com/SoCreate/angular-playground / addError

Method addError

projects/cli/src/error-reporter.ts:35–37  ·  view source on GitHub ↗
(descriptions: any, scenario: string, scenarioTitle: string)

Source from the content-addressed store, hash-verified

33 }
34
35 addError(descriptions: any, scenario: string, scenarioTitle: string) {
36 this._errors.push({ descriptions, scenario, scenarioTitle });
37 }
38
39 compileReport() {
40 let reporter: Reporter;

Callers 2

onConsoleErrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected