Update comment wording

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Angela P Wen
2022-08-11 13:46:55 +02:00
committed by GitHub
parent fa59c284a8
commit d909f714fb

View File

@@ -770,7 +770,7 @@ export function doesDirectoryExist(dirPath: string): boolean {
}
/**
* Returns a list of files in a given directory.
* Returns a recursive list of files in a given directory.
*/
export function listFolder(dir: string): string[] {
if (!doesDirectoryExist(dir)) {