MCPcopy Create free account
hub / github.com/api3dao/airnode / fail

Function fail

packages/airnode-deployer/src/utils/logger.ts:118–121  ·  view source on GitHub ↗
(text: string, options?: LoggerOptions)

Source from the content-addressed store, hash-verified

116}
117
118export function fail(text: string, options?: LoggerOptions) {
119 writeLog(text, options);
120 oraInstance().fail(options?.bold ? bold(text) : text);
121}
122
123export function warn(text: string, options?: LoggerOptions) {
124 writeLog(text, options);

Callers

nothing calls this directly

Calls 3

writeLogFunction · 0.85
oraInstanceFunction · 0.85
failMethod · 0.80

Tested by

no test coverage detected