MCPcopy Create free account
hub / github.com/TailGrids/tailgrids / error

Function error

packages/cli/src/utils/logger.ts:16–18  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

14 },
15
16 error(message: string) {
17 console.log(chalk.red(message));
18 },
19
20 break() {
21 console.log("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected