Skip to content

Commit

Permalink
Remove another trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Aug 15, 2024
1 parent 453e8d0 commit 3be2180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getDefaultGlobOptions(includeHiddenFiles: boolean): glob.GlobOptions {
followSymbolicLinks: true,
implicitDescendants: true,
omitBrokenSymbolicLinks: true,
excludeHiddenFiles: !includeHiddenFiles,
excludeHiddenFiles: !includeHiddenFiles
}
}

Expand Down

0 comments on commit 3be2180

Please sign in to comment.