Skip to content

Commit a5a0c40

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fs: fix busy loop in rmdirSync for windows
1 parent 8db72cb commit a5a0c40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/parallel/test-rmdirSync-busy-loop-windows.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function rmdirRecursiveSync() {
2424
let runTest = false;
2525
try {
2626
fs.statSync(middle);
27+
runTest = true;
2728
} catch (err) {
2829
assert.strictEqual(err.code, 'EPERM');
2930
runTest = true;

0 commit comments

Comments
 (0)