| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -862,7 +862,7 @@ function rmdir(path, options, callback) { | |||
| 862 | 862 | path = pathModule.toNamespacedPath(getValidatedPath(path)); | |
| 863 | 863 | ||
| 864 | 864 | if (options && options.recursive) { | |
| 865 | - options = validateRmOptions( | ||
| 865 | + validateRmOptions( | ||
| 866 | 866 | path, | |
| 867 | 867 | { ...options, force: true }, | |
| 868 | 868 | true, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments