MCPcopy Create free account
hub / github.com/esmBot/esmBot / error

Function error

src/utils/logger.ts:69–71  ·  view source on GitHub ↗
(args: string | Error | object | unknown)

Source from the content-addressed store, hash-verified

67}
68
69export function error(args: string | Error | object | unknown) {
70 return log("error", args);
71}
72
73export function warn(args: string | Error | object | unknown) {
74 return log("warn", args);

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected