diff --git a/doc/api/fs.md b/doc/api/fs.md index 69138b6ac4843e..bf4261c15cd914 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -329,6 +329,13 @@ added: v0.5.8 Emitted when an error occurs while watching the file. +### Event: 'close' + + +Emitted when the watcher stops watching for changes. + ### watcher.close()