MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / error

Function error

src/bin/codegraph.ts:297–299  ·  view source on GitHub ↗

* Print error message

(message: string)

Source from the content-addressed store, hash-verified

295 * Print error message
296 */
297function error(message: string): void {
298 console.error(chalk.red(getGlyphs().err) + ' ' + message);
299}
300
301/**
302 * Print info message

Callers 1

mainFunction · 0.70

Calls 2

getGlyphsFunction · 0.90
errorMethod · 0.80

Tested by

no test coverage detected