MCPcopy
hub / github.com/poooi/poi / warn

Function warn

lib/utils.ts:27–29  ·  view source on GitHub ↗
(...str: any[])

Source from the content-addressed store, hash-verified

25export const info = log
26
27export function warn(...str: any[]) {
28 console.warn(chalk.yellow('[WARN]', ...map(str, stringify)))
29}
30
31export function error(...str: any[]) {
32 console.error(chalk.red.bold('[ERROR]', ...map(str, stringify)))

Callers 4

handleWebviewPreloadHackFunction · 0.90
PoiConfigClass · 0.90
cli.tsFile · 0.90
app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected