MCPcopy
hub / github.com/alibaba/pont / error

Function error

packages/pont-engine/src/compatible/debugLog.ts:15–17  ·  view source on GitHub ↗
(info: string)

Source from the content-addressed store, hash-verified

13}
14
15export function error(info: string) {
16 log(chalk.bold.red(info));
17}
18
19export function warn(info: string) {
20 log(chalk.bold.yellow(info));

Callers 1

formatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected