yvanavermaet/gulp-htmllint

`htmllint` errors are not displaying and the gulp task does not finish

Closed this issue · 1 comments

When an htmllint error occurs it looks like the gulp task doesn't end, but you are returned to the cmd prompt. In my case, I would start the lint command gulp lint and see Starting 'lint'... then after a while be returned to the prompt.

I was able to figure out the htmllint error by putting a log statement in the catch of the promise. It looks like the flush function is not being fired.

I apologize, I am using 0.0.14, because of #24 and I see in the master branch this has been fixed. I am going to close this.