MCPcopy Create free account
hub / github.com/Mobilecn-UI/nativecn-ui / error

Function error

packages/cli/src/utils/logger.ts:5–7  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

3
4export const logger = {
5 error(...args: unknown[]) {
6 console.log(chalk.red(...args));
7 },
8 warn(...args: unknown[]) {
9 console.log(chalk.yellow(...args));
10 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected