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

Function describeError

static/word2md/mammoth.browser.js:2991–2994  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

2989}
2990
2991function describeError(error) {
2992 return "Error was at character number " + error.characterNumber() + ": " +
2993 "Expected " + error.expected + " but got " + error.actual;
2994}
2995
2996var styleRule = createStyleRule();
2997

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected