MCPcopy 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
2367function errorMessage(cause: unknown): string {
2368 if (cause instanceof Error) return cause.message;
2369 return String(cause);
2370}

Callers 2

runCloneFunction · 0.70
mapGitErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected