mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Update comment wording
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user