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

Function error

static/word2md/mammoth.browser.js:2649–2655  ·  view source on GitHub ↗
(exception)

Source from the content-addressed store, hash-verified

2647}
2648
2649function error(exception) {
2650 return {
2651 type: "error",
2652 message: exception.message,
2653 error: exception
2654 };
2655}
2656
2657function combineMessages(results) {
2658 var messages = [];

Callers 4

checkBufferLengthFunction · 0.70
endFunction · 0.70
strictFailFunction · 0.70
writeFunction · 0.70

Calls 2

closeTextFunction · 0.70
emitFunction · 0.70

Tested by

no test coverage detected