Skip to content

Commit

Permalink
Merge pull request #429 from mrmlnc/ISSUE-421_fs_non_enumerable
Browse files Browse the repository at this point in the history
docs: add information about enumerable properties for the fs option
  • Loading branch information
mrmlnc authored Nov 8, 2023
2 parents 4b50aff + 517a7e4 commit b446e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Indicates whether to traverse descendants of symbolic link directories when expa
* Type: `FileSystemAdapter`
* Default: `fs.*`

Custom implementation of methods for working with the file system.
Custom implementation of methods for working with the file system. Supports objects with enumerable properties only.

```ts
export interface FileSystemAdapter {
Expand Down

0 comments on commit b446e21

Please sign in to comment.