Skip to content

Commit

Permalink
add config loaded message to cli log
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniswang committed Oct 7, 2015
1 parent 35f0967 commit 9fb8ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/htmlhint
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function getConfig(configFile){
ruleset;
try{
ruleset = JSON.parse(stripJsonComments(config));
console.log(' Config loaded: %s', configFile.cyan);
}
catch(e){}
return ruleset;
Expand Down

0 comments on commit 9fb8ddf

Please sign in to comment.