MCPcopy
hub / github.com/github/docs / formatArticleError

Function formatArticleError

tests/content/category-pages.js:221–223  ·  view source on GitHub ↗
(message, articles)

Source from the content-addressed store, hash-verified

219}
220
221function formatArticleError(message, articles) {
222 return `${message}\n - ${articles.join('\n - ')}`
223}

Callers 1

category-pages.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected