Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ warn
Method
warn
worker/src/utils/debug-logger.ts:65–67 ·
view source on GitHub ↗
(message: string, data?: unknown)
Source
from the content-addressed store, hash-verified
63
}
64
65
warn(message: string, data?: unknown) {
66
this.writeLog(
'warn'
, message, data);
67
}
68
69
error(message: string, data?: unknown) {
70
this.writeLog(
'error'
, message, data);
Callers
15
pm2.config.cjs
File · 0.80
loadFrontendEnv
Function · 0.80
loadWorkerEnv
Function · 0.80
createExecutionContext
Function · 0.80
loadPtySpawn
Function · 0.80
runComponentInDocker
Function · 0.80
readOutputFromFile
Function · 0.80
runDockerWithPty
Function · 0.80
NodeTerminalPanel
Function · 0.80
use-toast.ts
File · 0.80
ThemeTransition
Function · 0.80
toInternal
Function · 0.80
Calls
1
writeLog
Method · 0.95
Tested by
no test coverage detected