From 2c43da8347132e0850ce0514b5c3e5373664999a Mon Sep 17 00:00:00 2001 From: Tien Do Date: Mon, 10 Sep 2018 21:20:42 +0700 Subject: [PATCH] doc: add history for withFileTypes in fs.readdir[Sync]() PR-URL: https://github.com/nodejs/node/pull/22794 Fixes: https://github.com/nodejs/node/issues/22777 Reviewed-By: Vse Mozhet Byt Reviewed-By: Anna Henningsen --- 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.