Update README.md

This commit is contained in:
AJ ONeal 2015-01-05 18:23:39 -07:00
parent 24d237ae74
commit 1042205948
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@ Single Events - fired immediately
* `nodeError` - Error `fstat` did not succeeded. * `nodeError` - Error `fstat` did not succeeded.
* `node` - a `stats` object for a node of any type * `node` - a `stats` object for a node of any type
* `file` - includes links when `followLinks` is `true` * `file` - includes links when `followLinks` is `true`
* Note: This feature is broken in the current version, but works in the previous `walk-recursive` version * `directory` - **NOTE** you could get a recursive loop if `followLinks` and a directory links to its parent
* `directory`
* `symbolicLink` - always empty when `followLinks` is `true` * `symbolicLink` - always empty when `followLinks` is `true`
* `blockDevice` * `blockDevice`
* `characterDevice` * `characterDevice`