MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / formatConsoleEntry

Function formatConsoleEntry

packages/cli/src/commands/validate.ts:339–341  ·  view source on GitHub ↗
(prefix: string, e: ConsoleEntry)

Source from the content-addressed store, hash-verified

337}
338
339function formatConsoleEntry(prefix: string, e: ConsoleEntry): string {
340 return ` ${prefix} ${e.text}${e.line ? c.dim(` (line ${e.line})`) : ""}`;
341}
342
343function formatTotals(
344 errors: ConsoleEntry[],

Callers 1

emitTextReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected