MCPcopy
hub / github.com/dotenvx/dotenvx / error

Function error

src/shared/logger.js:18–18  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

16}
17
18const error = (m) => bold(getColor('red')(`☠ ${m}`))
19const infoerror = getColor('gray') // actually an error
20const warn = (m) => getColor('orangered')(`⚠ ${m}`)
21const success = getColor('amber')

Callers 1

formatMessageFunction · 0.85

Calls 2

boldFunction · 0.85
getColorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…