Skip to content

Commit

Permalink
fix: remove base resolve (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Sep 3, 2018
1 parent 56ea0df commit e1584f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/htmlhint
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ function getGlobInfo(target){
var globInfo = parseGlob(target);
var base = path.resolve(globInfo.base);
base += /\/$/.test(base) ? '' : '/';
base = path.resolve(base);
var pattern = globInfo.glob;
var globPath = globInfo.path;
var defaultGlob = '*.{htm,html}';
Expand Down

0 comments on commit e1584f5

Please sign in to comment.