Update comment wording
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
parent
fa59c284a8
commit
d909f714fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] {
|
export function listFolder(dir: string): string[] {
|
||||||
if (!doesDirectoryExist(dir)) {
|
if (!doesDirectoryExist(dir)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue