We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64af6c6 commit 2515440Copy full SHA for 2515440
1 file changed
analyze.js
@@ -31,7 +31,7 @@ function areGlobsValid(globsArray) {
31
}
32
33
function buildGlobObject(globsArray) {
34
- return glob.create(globsArray.join('\n'))
+ return glob.create(globsArray.join('\n'), { matchDirectories: false })
35
36
37
function makeRelative(workingDir, path) {
0 commit comments