MCPcopy Create free account
hub / github.com/TruthHun/BookStack / formatError

Function formatError

static/word2md/mammoth.browser.js:29830–29832  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

29828
29829
29830function formatError(value) {
29831 return '[' + Error.prototype.toString.call(value) + ']';
29832}
29833
29834
29835function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {

Callers 1

formatValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected