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

Function fail

packages/airnode-validator/src/cli/cli.ts:11–14  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

9
10export const succeed = (s: string) => ora(s).succeed();
11export const fail = (s: string) => {
12 ora(s).fail();
13 process.exit(1);
14};
15
16const examples = [
17 '--config pathTo/config.json --secrets pathTo/secrets.env',

Callers 1

validateConfigurationFunction · 0.70

Calls 1

failMethod · 0.80

Tested by

no test coverage detected