Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TailGrids/tailgrids
/ warn
Function
warn
packages/cli/src/utils/logger.ts:12–14 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
10
},
11
12
warn(message: string) {
13
console.log(chalk.yellow(message));
14
},
15
16
error(message: string) {
17
console.log(chalk.red(message));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected