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

Function describeFailure

static/word2md/mammoth.browser.js:2986–2989  ·  view source on GitHub ↗
(input, parseResult)

Source from the content-addressed store, hash-verified

2984}
2985
2986function describeFailure(input, parseResult) {
2987 return "Did not understand this style mapping, so ignored it: " + input + "\n" +
2988 parseResult.errors().map(describeError).join("\n");
2989}
2990
2991function describeError(error) {
2992 return "Error was at character number " + error.characterNumber() + ": " +

Callers 1

parseStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected