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

Function error

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

Source from the content-addressed store, hash-verified

16}
17
18export function error(...args: Array<any>) {
19 console.error(format(args, pc.red("error")));
20}
21
22export function info(...args: Array<any>) {
23 console.info(format(args, pc.cyan("info")));

Callers 15

index.test.tsFile · 0.90
index.tsFile · 0.90
validateCommandFlagsFunction · 0.90
runFunction · 0.90
askCheckboxPlusFunction · 0.90
askQuestionFunction · 0.90
askConfirmFunction · 0.90
askListFunction · 0.90
initFunction · 0.90
versionFunction · 0.90
addFunction · 0.90
getPackagesToReleaseFunction · 0.90

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected