mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-15 22:40:47 +00:00
Next release of setup-bun
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ class DefaultGlobber {
|
||||
// Directory
|
||||
if (stats.isDirectory()) {
|
||||
// Matched
|
||||
if (match & internal_match_kind_1.MatchKind.Directory) {
|
||||
if (match & internal_match_kind_1.MatchKind.Directory && options.matchDirectories) {
|
||||
yield yield __await(item.path);
|
||||
}
|
||||
// Descend?
|
||||
|
||||
Reference in New Issue
Block a user