Files
bower/templates/error-summary.mustache

9 lines
221 B
Plaintext

{{#yellow}}There were errors, here's a summary of them:{{/yellow}}
{{#errors}}
- {{#red}}{{{pkg.name}}}{{/red}} {{{error.message}}}
{{#error.details}}
{{#grey}}{{{error.details}}}{{/grey}}
{{/error.details}}
{{/errors}}