From 3e774a0500600263dfdd32b94d37d792d3d983e5 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 1 Sep 2021 19:39:20 +0200 Subject: doc: fix history for `fs.WriteStream` `open` event MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39972 Refs: https://github.com/nodejs/node/pull/33716 Refs: https://github.com/nodejs/node/pull/35993 Refs: https://github.com/nodejs/node/pull/35911 Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda Reviewed-By: James M Snell Reviewed-By: Darshan Sen Reviewed-By: Tobias Nießen --- doc/api/fs.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'doc/api') diff --git a/doc/api/fs.md b/doc/api/fs.md index 62847ad142d..73fc9c13c3f 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6152,22 +6152,7 @@ Emitted when the {fs.WriteStream}'s underlying file descriptor has been closed. #### Event: `'open'` * `fd` {integer} Integer file descriptor used by the {fs.WriteStream}. -- cgit v1.2.3