MCPcopy
hub / github.com/blitz-js/blitz / error

Function error

packages/generator/src/utils/log.ts:165–167  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

163 * @param {string} msg
164 */
165const error = (msg: string) => {
166 console.log(`${c.red(msg)}`)
167}
168
169/**
170 * Logs a branded purple message to stdout.

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected