Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stravu/crystal
/ error
Method
error
main/src/utils/logger.ts:264–266 ·
view source on GitHub ↗
(message: string, error?: Error)
Source
from the content-addressed store, hash-verified
262
}
263
264
error(message: string, error?: Error) {
265
this.log(
'ERROR'
, message, error);
266
}
267
268
// Close the log stream when shutting down
269
close() {
Callers
15
main.tsx
File · 0.80
checkAnalyticsConsent
Function · 0.80
checkInitialState
Function · 0.80
handlePermissionResponse
Function · 0.80
DraggableProjectTreeView
Function · 0.80
checkRunningProject
Function · 0.80
handleDiscardAndRetry
Function · 0.80
loadProjectsWithSessions
Function · 0.80
loadArchivedSessions
Function · 0.80
handleSaveFolderEdit
Function · 0.80
handleDeleteFolder
Function · 0.80
handleQuickAddSession
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
1
testCodexManager
Function · 0.64