Skip to content

Commit 180e437

Browse files
JesuHrztargos
authored andcommitted
lib: removes unnecessary params
PR-URL: #32694 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
1 parent d7b526c commit 180e437

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)