Skip to content

Commit 6011bfd

Browse files
Trottdanielleadams
authored andcommitted
fs: remove unused assignment
PR-URL: #35882 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent 9d9a044 commit 6011bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ function rmdir(path, options, callback) {
862862
path = pathModule.toNamespacedPath(getValidatedPath(path));
863863

864864
if (options && options.recursive) {
865-
options = validateRmOptions(
865+
validateRmOptions(
866866
path,
867867
{ ...options, force: true },
868868
true,

0 commit comments

Comments
 (0)