Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
165
const
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
log
Method · 0.45
Tested by
no test coverage detected