Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/docs
/ formatRefError
Function
formatRefError
tests/content/liquid-line-breaks.js:104–106 ·
view source on GitHub ↗
(message, breaks)
Source
from the content-addressed store, hash-verified
102
})
103
104
function
formatRefError(message, breaks) {
105
return
`${message}\n - ${breaks.join(
'\n - '
)}`
106
}
Callers
1
liquid-line-breaks.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected