Remove another trailing comma

yacaovsnc/add_variable_for_concurrency_and_timeout
Josh Gross 1 year ago
parent 453e8d0a40
commit 3be2180eb7
No known key found for this signature in database

@ -16,7 +16,7 @@ function getDefaultGlobOptions(includeHiddenFiles: boolean): glob.GlobOptions {
followSymbolicLinks: true, followSymbolicLinks: true,
implicitDescendants: true, implicitDescendants: true,
omitBrokenSymbolicLinks: true, omitBrokenSymbolicLinks: true,
excludeHiddenFiles: !includeHiddenFiles, excludeHiddenFiles: !includeHiddenFiles
} }
} }

Loading…
Cancel
Save