Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ logWarning
Function
logWarning
packages/ai-code-mode-skills/test-cli/test-utils.ts:108–110 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
106
* Log a warning message
107
*/
108
export
function
logWarning(message: string) {
109
console.log(`${colors.yellow}⚠️ ${message}${colors.reset}`)
110
}
111
112
/**
113
* Log a step in the test
Callers
2
runLiveTest
Function · 0.90
runStructuredOutputTest
Function · 0.90
Calls
1
log
Method · 0.80
Tested by
no test coverage detected