Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ formatError
Function
formatError
packages/app/src/pages/error.tsx:214–216 ·
view source on GitHub ↗
(error: unknown, t: Translator)
Source
from the content-addressed store, hash-verified
212
}
213
214
function formatError(error: unknown, t: Translator): string {
215
return formatErrorChain(error, t, 0)
216
}
217
218
interface ErrorPageProps {
219
error: unknown
Callers
3
formattedError
Function · 0.70
installUpdate
Function · 0.70
exportDebugLogs
Function · 0.70
Calls
1
formatErrorChain
Function · 0.85
Tested by
no test coverage detected