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

Function error

packages/angular_devkit/architect/src/jobs/simple-scheduler.ts:92–95  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

90 subject.next(value);
91 },
92 error(err) {
93 hasError = true;
94 subject.error(err);
95 },
96 complete() {
97 isComplete = true;
98 subject.complete();

Callers

nothing calls this directly

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected