MCPcopy
hub / github.com/slopus/happy / warn

Method warn

packages/happy-cli/src/ui/logger.ts:143–146  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

141 }
142
143 warn(message: string, ...args: unknown[]): void {
144 this.logToConsole('warn', '', message, ...args)
145 this.debug(`[WARN] ${message}`, ...args)
146 }
147
148 getLogPath(): string {
149 return this.logFilePath

Callers 15

index.tsFile · 0.80
readSettingsFunction · 0.80
spawnInTmuxMethod · 0.80
spawnSessionFunction · 0.80
connectMethod · 0.80
abortTurnWithFallbackMethod · 0.80
sendTurnAndWaitMethod · 0.80
runCodexFunction · 0.80
handleAbortFunction · 0.80
createGeminiBackendFunction · 0.80

Calls 2

logToConsoleMethod · 0.95
debugMethod · 0.95

Tested by

no test coverage detected