MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / error

Function error

src/bin/codegraph.ts:341–343  ·  view source on GitHub ↗

* Print error message

(message: string)

Source from the content-addressed store, hash-verified

339 * Print error message
340 */
341function error(message: string): void {
342 console.error(chalk.red(getGlyphs().err) + ' ' + message);
343}
344
345/**
346 * Print info message

Callers 1

mainFunction · 0.70

Calls 2

getGlyphsFunction · 0.90
errorMethod · 0.80

Tested by

no test coverage detected