-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an ignore list option to the
readdir()
func
`readdir()` now takes a list as the 2nd argument. The `ignores` option can be a list, `null`, or a function. Supporting both `readdir(path, callback)` and `readdir(path, ignores, callback)` syntax. The `ignores` list is just a simple string list, any type of advanced regex is not currently checked.
- Loading branch information
Lee Olayvar
committed
Apr 30, 2014
1 parent
b38eb54
commit 0acc8dd
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters