better wording
This commit is contained in:
parent
14063d8fc3
commit
6c4e267bd1
|
@ -34,7 +34,7 @@ The Synchronous version still uses callbacks, so it is safe to use with other As
|
||||||
options = {
|
options = {
|
||||||
followLinks: false,
|
followLinks: false,
|
||||||
// asyncFilters: ["Temp", "_Temp"] // directories with these
|
// asyncFilters: ["Temp", "_Temp"] // directories with these
|
||||||
// keys will be ignored
|
// keys will be skipped
|
||||||
};
|
};
|
||||||
|
|
||||||
walker = walk.walk("/tmp", options);
|
walker = walk.walk("/tmp", options);
|
||||||
|
|
Loading…
Reference in New Issue