Skip to content

Commit 8ff048c

Browse files
author
Will
committed
readme: update
1 parent f95a59e commit 8ff048c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ The `event` object is used to pass information about
165165
filesystem events to the (user-supplied) callback
166166
given to `watch`.
167167
168-
The `event` object will contain the:
168+
The `event` object will contain:
169+
- `associated`, another event, associated with this one, such as a renamed-to path. (This is a recursive structure.)
169170
- `path_name`, which is an absolute path to the event.
170171
- `path_type`, the type of path. One of:
171172
- `dir`

0 commit comments

Comments
 (0)