Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stravu/crystal
/ warn
Method
warn
main/src/utils/logger.ts:260–262 ·
view source on GitHub ↗
(message: string, error?: Error)
Source
from the content-addressed store, hash-verified
258
}
259
260
warn(message: string, error?: Error) {
261
this.log(
'WARN'
, message, error);
262
}
263
264
error(message: string, error?: Error) {
265
this.log(
'ERROR'
, message, error);
Callers
15
handleSessionCreated
Function · 0.80
handlePromptClick
Function · 0.80
loadPreference
Function · 0.80
fetchGitStatusIfNeeded
Function · 0.80
FilePathAutocomplete
Function · 0.80
getDerivedStateFromError
Method · 0.80
componentDidCatch
Method · 0.80
loadPreference
Function · 0.80
MainProcessLogger
Function · 0.80
handleSessionCreated
Function · 0.80
CreateSessionDialog
Function · 0.80
handlePromptClick
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected