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) {
126052126052 followSymbolicLinks: true,
126053126053 implicitDescendants: true,
126054126054 omitBrokenSymbolicLinks: true,
126055- excludeHiddenFiles: !includeHiddenFiles,
126055+ excludeHiddenFiles: !includeHiddenFiles
126056126056 };
126057126057}
126058126058/**
Original file line number Diff line number Diff line change @@ -125807,7 +125807,7 @@ function getDefaultGlobOptions(includeHiddenFiles) {
125807125807 followSymbolicLinks: true,
125808125808 implicitDescendants: true,
125809125809 omitBrokenSymbolicLinks: true,
125810- excludeHiddenFiles: !includeHiddenFiles,
125810+ excludeHiddenFiles: !includeHiddenFiles
125811125811 };
125812125812}
125813125813/**
You canβt perform that action at this time.
0 commit comments