From d909f714fbff2c03e5c8032a80f8221f4308be8e Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Thu, 11 Aug 2022 13:46:55 +0200 Subject: [PATCH] Update comment wording Co-authored-by: Andrew Eisenberg --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index 9e4fc6bb6..ec2392911 100644 --- a/src/util.ts +++ b/src/util.ts @@ -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)) {