(message, links)
| 289 | ) |
| 290 | |
| 291 | function formatLinkError(message, links) { |
| 292 | return `${message}\n - ${links.join('\n - ')}` |
| 293 | } |
| 294 | |
| 295 | // Returns `content` if its a string, or `content.description` if it can. |
| 296 | // Used for getting the nested `description` key in glossary files. |