This commit is contained in:
Josh Gross
2024-08-15 16:31:57 -04:00
parent cb6558bb10
commit acb59e4776
7 changed files with 13 additions and 7 deletions

View File

@ -81,7 +81,7 @@ function getMultiPathLCA(searchPaths: string[]): string {
export async function findFilesToUpload(
searchPath: string,
includeHiddenFiles?: boolean,
includeHiddenFiles?: boolean
): Promise<SearchResult> {
const searchResults: string[] = []
const globber = await glob.create(