MCPcopy
hub / github.com/node-cron/node-cron / debug

Function debug

src/logger.ts:65–71  ·  view source on GitHub ↗
(message: string | Error, err?: Error)

Source from the content-addressed store, hash-verified

63 }
64 },
65 debug(message: string | Error, err?: Error) {
66 if (message instanceof Error) {
67 log('DEBUG', message.message, message);
68 } else {
69 log('DEBUG', message, err);
70 }
71 },
72};
73
74/**

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected