Skip to content

Commit

Permalink
Clarify ignoreInitial option
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Oct 16, 2015
1 parent 625fe8e commit 946ae86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ gets called twice per path - once with a single argument (the path), second
time with two arguments (the path and the
[`fs.Stats`](http://nodejs.org/api/fs.html#fs_class_fs_stats)
object of that path).
* `ignoreInitial` (default: `false`). Indicates whether chokidar
should ignore the initial `add` events or not.
* `ignoreInitial` (default: `false`). Indicates whether or not chokidar
should emit `add`/`addDir` events for the matching paths it finds while
instantiating the watching (before the `ready` event).
* `followSymlinks` (default: `true`). When `false`, only the
symlinks themselves will be watched for changes instead of following
the link references and bubbling events through the link's path.
Expand Down

0 comments on commit 946ae86

Please sign in to comment.