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 b5e1387 commit 872b44bCopy full SHA for 872b44b
1 file changed
test/parallel/test-fs-rm.js
@@ -413,7 +413,7 @@ if (isGitPresent) {
413
});
414
} catch (err) {
415
// Only fail the test if the folder was not deleted.
416
- // as in some cases rmSync succesfully deletes read-only folders.
+ // as in some cases rmSync successfully deletes read-only folders.
417
if (fs.existsSync(root)) {
418
throw err;
419
}
0 commit comments