MCPcopy
hub / github.com/smapiot/piral / logFail

Function logFail

src/tooling/piral-cli/src/common/log.ts:58–62  ·  view source on GitHub ↗
(message: string, ...args: Array<string | number | boolean>)

Source from the content-addressed store, hash-verified

56}
57
58export function logFail(message: string, ...args: Array<string | number | boolean>) {
59 const msg = format(message, ...args);
60 instance.fail(msg);
61 return msg;
62}
63
64export function progress(message: string, ...args: Array<string | number | boolean>) {
65 const msg = format(message, ...args);

Callers 1

logFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected