MCPcopy Create free account
hub / github.com/break-stuff/cem-tools / logRed

Function logRed

tools/integrations/src/logs.ts:13–15  ·  view source on GitHub ↗
(message: any, skip?: boolean)

Source from the content-addressed store, hash-verified

11}
12
13export function logRed(message: any, skip?: boolean) {
14 log(message, skip, "\x1b[31m%s\x1b[0m");
15}
16
17export function logGreen(message: any, skip?: boolean) {
18 log(message, skip, "\x1b[32m%s\x1b[0m");

Callers 2

Calls 1

logFunction · 0.85

Tested by

no test coverage detected