Skip to content

Commit

Permalink
fix error count
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniswang committed Oct 14, 2015
1 parent 460d9ed commit ad055b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-htmlhint",
"description": "Validate html files with htmlhint.",
"version": "0.9.12",
"version": "0.9.12-fix",
"homepage": "https://github.com/yaniswang/grunt-htmlhint",
"author": {
"name": "Yanis Wang",
Expand Down
1 change: 1 addition & 0 deletions tasks/htmlhint.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = function(grunt) {
grunt.log.writeln(log);
});
grunt.log.writeln('');
hintCount += messages.length;
fileCount ++;
}
}
Expand Down

0 comments on commit ad055b6

Please sign in to comment.