Skip to content

Commit 3f71271

Browse files
committed
update readme
1 parent 89dff96 commit 3f71271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ fg.globSync('*.json', { ignore: ['package-lock.json'] }); // ['package.json']
393393
* Type: `boolean`
394394
* Default: `false`
395395

396-
By default this package suppress only `ENOENT` errors. Set to `true` to suppress any error.
396+
By default this package suppress only `ENOENT` and `ENOTDIR` errors. Set to `true` to suppress any error.
397397

398398
> :book: Can be useful when the directory has entries with a special level of access.
399399

0 commit comments

Comments
 (0)