File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126052,7 +126052,7 @@ function getDefaultGlobOptions(includeHiddenFiles) {
126052
126052
followSymbolicLinks: true,
126053
126053
implicitDescendants: true,
126054
126054
omitBrokenSymbolicLinks: true,
126055
- excludeHiddenFiles: !includeHiddenFiles,
126055
+ excludeHiddenFiles: !includeHiddenFiles
126056
126056
};
126057
126057
}
126058
126058
/**
Original file line number Diff line number Diff line change @@ -125807,7 +125807,7 @@ function getDefaultGlobOptions(includeHiddenFiles) {
125807
125807
followSymbolicLinks: true,
125808
125808
implicitDescendants: true,
125809
125809
omitBrokenSymbolicLinks: true,
125810
- excludeHiddenFiles: !includeHiddenFiles,
125810
+ excludeHiddenFiles: !includeHiddenFiles
125811
125811
};
125812
125812
}
125813
125813
/**
You can’t perform that action at this time.
0 commit comments