From 65de9000523eba90e04ce57663b8d6700ade7bd2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 21 Aug 2019 22:13:56 -0700 Subject: [PATCH] doc: add emitClose option for fs streams PR-URL: https://github.com/nodejs/node/pull/29212 Fixes: https://github.com/nodejs/node/issues/29177 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- doc/api/fs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index c61f0d4e3ef660..5e2923a0ff647e 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1504,6 +1504,9 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);