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

Method failure

ng-dev/utils/spinner.ts:56–58  ·  view source on GitHub ↗

Completes the spinner marking it as failing with an `✘`.

(text: string)

Source from the content-addressed store, hash-verified

54
55 /** Completes the spinner marking it as failing with an `✘`. */
56 failure(text: string): void {
57 this._complete(red('✘'), text);
58 }
59
60 /** Completes the spinner. */
61 complete() {

Callers 1

Calls 1

_completeMethod · 0.95

Tested by

no test coverage detected