Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29830
function
formatError(value) {
29831
return
'['
+ Error.prototype.toString.call(value) +
']'
;
29832
}
29833
29834
29835
function
formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
Callers
1
formatValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected