Function
onConnectError
(_ctx: ErrorContext, error: Error)
Source from the content-addressed store, hash-verified
| 81 | } |
| 82 | |
| 83 | function onConnectError(_ctx: ErrorContext, error: Error): void { |
| 84 | console.error('Connection error:', error); |
| 85 | process.exit(1); |
| 86 | } |
| 87 | |
| 88 | // Token persistence (file-based for Node.js instead of localStorage) |
| 89 | const __dirname = path.dirname(fileURLToPath(import.meta.url)); |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…