Update readme for new async filter option
This commit is contained in:
parent
09ba753b80
commit
142c66c411
|
@ -33,6 +33,8 @@ The Synchronous version still uses callbacks, so it is safe to use with other As
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
followLinks: false,
|
followLinks: false,
|
||||||
|
// asyncFilters: ["Temp", ""] // directories with these
|
||||||
|
// keys will be ignored
|
||||||
};
|
};
|
||||||
|
|
||||||
walker = walk.walk("/tmp", options);
|
walker = walk.walk("/tmp", options);
|
||||||
|
|
Loading…
Reference in New Issue