Skip to content

Commit

Permalink
fs: remove unused assignment
Browse files Browse the repository at this point in the history
PR-URL: #35882
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Nov 9, 2020
1 parent 9d9a044 commit 6011bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fs.js
Expand Up @@ -862,7 +862,7 @@ function rmdir(path, options, callback) {
path = pathModule.toNamespacedPath(getValidatedPath(path));

if (options && options.recursive) {
options = validateRmOptions(
validateRmOptions(
path,
{ ...options, force: true },
true,
Expand Down

0 comments on commit 6011bfd

Please sign in to comment.