Skip to content

Commit 2fd90bd

Browse files
committed
chore: address merge issues
1 parent 94bb5ea commit 2fd90bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/fs/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ const defaultRmdirOptions = {
672672
recursive: false,
673673
};
674674

675-
const validateRmOptions = hideStackFrames((path, options, callback) => {
675+
const validateRmOptions = hideStackFrames((path, options, warn, callback) => {
676676
options = validateRmdirOptions(options, defaultRmOptions);
677677
validateBoolean(options.force, 'options.force');
678678

0 commit comments

Comments
 (0)