Skip to content

Commit a152792

Browse files
JesuHrztargos
authored andcommittedApr 22, 2020
lib: removes unnecessary params
PR-URL: #32694 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
1 parent 546a9ea commit a152792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/internal/fs/dir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Dir {
105105
);
106106
}
107107

108-
readSync(options) {
108+
readSync() {
109109
if (this[kDirClosed] === true) {
110110
throw new ERR_DIR_CLOSED();
111111
}

0 commit comments

Comments
 (0)
Please sign in to comment.