From 678673098ffa430a6b1ffc051c7c8189d819c8e2 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 25cb3fc7f87ee2..11dfb04df9c443 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2380,6 +2380,9 @@ a `Promise` for an `Object` with `bytesRead` and `buffer` properties.