Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ errorMessage
Function
errorMessage
packages/computer/src/git/cli.ts:2367–2370 ·
view source on GitHub ↗
(cause: unknown)
Source
from the content-addressed store, hash-verified
2365
}
2366
2367
function
errorMessage(cause: unknown): string {
2368
if
(cause instanceof Error)
return
cause.message;
2369
return
String(cause);
2370
}
Callers
2
runClone
Function · 0.70
mapGitError
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected