MCPcopy
hub / github.com/TanStack/ai / logError

Function logError

packages/ai-code-mode-skills/test-cli/test-utils.ts:94–96  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

92 * Log an error message
93 */
94export function logError(message: string) {
95 console.log(`${colors.red}❌ ${message}${colors.reset}`)
96}
97
98/**
99 * Log an info message

Callers 5

runLiveTestFunction · 0.90
runStructuredOutputTestFunction · 0.90
runSimulatedTestFunction · 0.90
runRegistryTestFunction · 0.90
cli.tsFile · 0.90

Calls 1

logMethod · 0.80

Tested by

no test coverage detected