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 177a2f6 commit 41d8815Copy full SHA for 41d8815
test/parallel/test-fs-chmod.js
@@ -93,7 +93,7 @@ fs.open(file2, 'a', common.mustCall((err, fd) => {
93
assert.strictEqual(mode_sync, fs.fstatSync(fd).mode & 0o777);
94
}
95
96
- fs.close(fd);
+ fs.close(fd, assert.ifError);
97
}));
98
99
0 commit comments