Skip to content

Commit

Permalink
Update comment wording
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
  • Loading branch information
2 people authored and GitHub committed Aug 11, 2022
1 parent fa59c28 commit d909f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit d909f71

Please sign in to comment.