Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ #errorHandler
Method
#errorHandler
src/utils/ShellCommand.ts:205–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
}
204
205
#errorHandler(): void {
206
this.#resolveExitCode(1)
207
}
208
209
#resolveExitCode(code: number): void {
210
if
(this.#exitCodeResolver) {
Callers
nothing calls this directly
Calls
1
#resolveExitCode
Method · 0.95
Tested by
no test coverage detected