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 8db72cb commit a5a0c40Copy full SHA for a5a0c40
1 file changed
test/parallel/test-rmdirSync-busy-loop-windows.js
@@ -24,6 +24,7 @@ function rmdirRecursiveSync() {
24
let runTest = false;
25
try {
26
fs.statSync(middle);
27
+ runTest = true;
28
} catch (err) {
29
assert.strictEqual(err.code, 'EPERM');
30
runTest = true;
0 commit comments