mrmlnc / grunt-puglint

:boar: Grunt plugin for pug-lint (formerly Jade)
MIT License
4 stars 3 forks source link

Fix failure when item.msg is array #2

Closed Antiavanti closed 8 years ago

Antiavanti commented 8 years ago

Sometimes item.msg is array. Example: [ 'Illegal space', 'before', 'closing bracket' ]

mrmlnc commented 8 years ago

Thanks for work :muscle:! Maybe you create tests for this situation?

Antiavanti commented 8 years ago

Yup, done :)

mrmlnc commented 8 years ago

Thanks :+1: