Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ errorMessage
Function
errorMessage
packages/computer/src/git/plumbing.ts:284–287 ·
view source on GitHub ↗
(cause: unknown)
Source
from the content-addressed store, hash-verified
282
}
283
284
function
errorMessage(cause: unknown): string {
285
if
(cause instanceof Error)
return
cause.message;
286
return
String(cause);
287
}
Callers
5
hashObjectWith
Function · 0.70
catFileWith
Function · 0.70
updateRefWith
Function · 0.70
configGetWith
Function · 0.70
configSetWith
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected