Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6011bfd

Browse filesBrowse 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
Copy full SHA for 6011bfd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/fs.js‎

Copy file name to clipboardExpand all lines: lib/fs.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.