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

Method fatal

packages/angular_devkit/core/src/logger/logger.ts:28–28  ·  view source on GitHub ↗
(message: string, metadata?: JsonObject)

Source from the content-addressed store, hash-verified

26 warn(message: string, metadata?: JsonObject): void;
27 error(message: string, metadata?: JsonObject): void;
28 fatal(message: string, metadata?: JsonObject): void;
29}
30
31export type LogLevel = 'debug' | 'info' | 'warn' | 'error' | 'fatal';

Callers 9

_executeTargetFunction · 0.65
mainFunction · 0.65
_listSchematicsFunction · 0.65
mainFunction · 0.65
index.tsFile · 0.65
runSchematicFunction · 0.65
handlerFunction · 0.65
runCommandFunction · 0.65
executeSchematicFunction · 0.65

Implementers 1

Loggerpackages/angular_devkit/core/src/logge

Calls

no outgoing calls

Tested by

no test coverage detected