Skip to content

Commit 6011bfd

Browse files
Trottdanielleadams
authored andcommitted
fs: remove unused assignment
PR-URL: #35882 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 9d9a044 commit 6011bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎lib/fs.js‎

Lines changed: 1 addition & 1 deletion
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)