MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / warn

Function warn

lib/simple.js:66–72  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

64 )
65 },
66 warn(...args) {
67 console.log(
68 chalk.bold.bgRgb(255, 153, 0)('WARNING '),
69 `[${chalk.rgb(255, 255, 255)(new Date().toUTCString())}]:`,
70 chalk.redBright(format(...args))
71 )
72 },
73 trace(...args) {
74 console.log(
75 chalk.grey('TRACE '),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected