We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bb5ea commit 2fd90bdCopy full SHA for 2fd90bd
lib/internal/fs/utils.js
@@ -672,7 +672,7 @@ const defaultRmdirOptions ={
672
recursive: false,
673
};
674
675
-constvalidateRmOptions=hideStackFrames((path,options,callback)=>{
+constvalidateRmOptions=hideStackFrames((path,options,warn,callback)=>{
676
options=validateRmdirOptions(options,defaultRmOptions);
677
validateBoolean(options.force,'options.force');
678
0 commit comments