Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ formatError
Function
formatError
lib/web/jshint.js:1142–1144 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1140
1141
1142
function
formatError(value) {
1143
return
'['
+ Error.prototype.toString.call(value) +
']'
;
1144
}
1145
1146
1147
function
formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
Callers
1
formatValue
Function · 0.85
Calls
1
call
Method · 0.45
Tested by
no test coverage detected