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

Function log

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

Source from the content-addressed store, hash-verified

24}
25
26export function log(...args: Array<any>) {
27 console.log(format(args));
28}
29
30export function success(...args: Array<any>) {
31 console.log(format(args, pc.green("success")));

Callers 15

index.test.tsFile · 0.90
initFunction · 0.90
versionFunction · 0.90
addFunction · 0.90
confirmMajorReleaseFunction · 0.90
createChangesetFunction · 0.90
printConfirmationMessageFunction · 0.90
statusFunction · 0.90
SimplePrintFunction · 0.90
verbosePrintFunction · 0.90
tagFunction · 0.90
logReleasesFunction · 0.90

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected