MCPcopy 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
1142function formatError(value) {
1143 return '[' + Error.prototype.toString.call(value) + ']';
1144}
1145
1146
1147function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {

Callers 1

formatValueFunction · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected