From fa1f87b1998f1b9ec36dba4835190bd3652821d5 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 de0acff8eac34e..b96f635c1affa2 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3220,6 +3220,9 @@ Synchronous rename(2). Returns `undefined`.