Skip to content

Commit

Permalink
Merge 5ea3354 into d7a2e7d
Browse files Browse the repository at this point in the history
  • Loading branch information
markoivanovski committed Sep 6, 2019
2 parents d7a2e7d + 5ea3354 commit 6d66dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dir.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function constructIncludedDirectory(data) {
return;
}

splitDirPath = filepath.split('/');
splitDirPath = filepath.split(p.sep);
splitDirPath.pop();

// we generally don't want the top dir.
Expand Down

0 comments on commit 6d66dde

Please sign in to comment.