Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RubyLouvre/anu
/ formatError
Function
formatError
test/babel.js:10929–10931 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
10927
}
10928
10929
function
formatError(value) {
10930
return
'['
+ Error.prototype.toString.call(value) +
']'
;
10931
}
10932
10933
function
formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
10934
var
output = [];
Callers
1
formatValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected