MCPcopy Index your code
hub / github.com/changesets/changesets / success

Function success

packages/logger/src/index.ts:30–32  ·  view source on GitHub ↗
(...args: Array<any>)

Source from the content-addressed store, hash-verified

28}
29
30export function success(...args: Array<any>) {
31 console.log(format(args, pc.green("success")));
32}
33
34export function warn(...args: Array<any>) {
35 console.warn(format(args, pc.yellow("warn")));

Callers 3

index.test.tsFile · 0.90
cancelFlowFunction · 0.90
publishFunction · 0.90

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected