@@ -3612,7 +3612,8 @@ added: REPLACEME
3612
3612
3613
3613
* ` path ` {string|Buffer|URL}
3614
3614
* ` options ` {Object}
3615
- * ` force ` don't error on nonexistent path
3615
+ * ` force ` {boolean} When ` true ` , exceptions will be ignored if ` path ` does
3616
+ not exist. ** Default:** ` false ` .
3616
3617
* ` maxRetries ` {integer} If an ` EBUSY ` , ` EMFILE ` , ` ENFILE ` , ` ENOTEMPTY ` , or
3617
3618
` EPERM ` error is encountered, Node.js will retry the operation with a linear
3618
3619
backoff wait of ` retryDelay ` milliseconds longer on each try. This option
@@ -3637,7 +3638,8 @@ added: REPLACEME
3637
3638
3638
3639
* ` path ` {string|Buffer|URL}
3639
3640
* ` options ` {Object}
3640
- * ` force ` Ignore errors
3641
+ * ` force ` {boolean} When ` true ` , exceptions will be ignored if ` path ` does
3642
+ not exist. ** Default:** ` false ` .
3641
3643
* ` maxRetries ` {integer} If an ` EBUSY ` , ` EMFILE ` , ` ENFILE ` , ` ENOTEMPTY ` , or
3642
3644
` EPERM ` error is encountered, Node.js will retry the operation with a linear
3643
3645
backoff wait of ` retryDelay ` milliseconds longer on each try. This option
@@ -5555,7 +5557,8 @@ added: REPLACEME
5555
5557
5556
5558
* ` path ` {string|Buffer|URL}
5557
5559
* ` options ` {Object}
5558
- * ` force ` Ignore errors
5560
+ * ` force ` {boolean} When ` true ` , exceptions will be ignored if ` path ` does
5561
+ not exist. ** Default:** ` false ` .
5559
5562
* ` maxRetries ` {integer} If an ` EBUSY ` , ` EMFILE ` , ` ENFILE ` , ` ENOTEMPTY ` , or
5560
5563
` EPERM ` error is encountered, Node.js will retry the operation with a linear
5561
5564
backoff wait of ` retryDelay ` milliseconds longer on each try. This option
0 commit comments