MCPcopy
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.tsxFile · 0.80
checkAnalyticsConsentFunction · 0.80
checkInitialStateFunction · 0.80
handlePermissionResponseFunction · 0.80
DraggableProjectTreeViewFunction · 0.80
checkRunningProjectFunction · 0.80
handleDiscardAndRetryFunction · 0.80
loadProjectsWithSessionsFunction · 0.80
loadArchivedSessionsFunction · 0.80
handleSaveFolderEditFunction · 0.80
handleDeleteFolderFunction · 0.80
handleQuickAddSessionFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 1

testCodexManagerFunction · 0.64