MCPcopy Index your code
hub / github.com/microsoft/SandDance / formatError

Function formatError

docs/tests/v2/es6/js/sanddance.js:8018–8020  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

8016}
8017
8018function formatError(value) {
8019 return '[' + Error.prototype.toString.call(value) + ']';
8020}
8021
8022function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
8023 var output = [];

Callers 1

formatValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected