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 af9c8e9 commit 4a28e06Copy full SHA for 4a28e06
lib/fs.js
@@ -910,7 +910,7 @@ function rmdirSync(path, options) {
910
path = getValidatedPath(path);
911
912
if (options?.recursive) {
913
- emitRecursiveRmdirWarning()
+ emitRecursiveRmdirWarning();
914
options = validateRmOptionsSync(path, { ...options, force: true }, true);
915
lazyLoadRimraf();
916
return rimrafSync(pathModule.toNamespacedPath(path), options);
0 commit comments