From 84dd926816b953273d165c28d78015e47d2db474 Mon Sep 17 00:00:00 2001 From: Tien Do Date: Mon, 10 Sep 2018 21:20:42 +0700 Subject: [PATCH] docs: Add missing history entry for withFileTypes in fs.readDir(Sync) Fixes: https://github.com/nodejs/node/issues/22777 --- doc/api/fs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 94c8a2135ef022..bade7dc750fa45 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2400,6 +2400,9 @@ a `Promise` for an `Object` with `bytesRead` and `buffer` properties.