From 3a70185c163055606effa1d11f5c7e6d5b5d109a Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 25 Nov 2019 15:04:18 -0500 Subject: [PATCH] fs: rename rimraf's maxBusyTries to maxRetries This is part of reworking the rimraf retry logic. Refs: https://github.com/nodejs/node/issues/30580 PR-URL: https://github.com/nodejs/node/pull/30644 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/fs.md | 13 +++++++++++-- lib/internal/fs/rimraf.js | 2 +- lib/internal/fs/utils.js | 4 ++-- test/parallel/test-fs-rmdir-recursive.js | 12 ++++++------ 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index c86fd74e82be46..24864256118523 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3220,6 +3220,9 @@ Synchronous rename(2). Returns `undefined`.