There was an error while loading. Please reload this page.
1 parent f49f8f9 commit 1fec452Copy full SHA for 1fec452
1 file changed
test/parallel/test-nsolid-file-handle-count.js
@@ -56,7 +56,7 @@ fs.readFile(__filename, () => {
56
assert.strictEqual(getClosed(), ++cCntr);
57
58
checkPromise()
59
- .then(common.mustCall(closePromiseFd));
+ .then(common.mustCall((fh) => closePromiseFd(fh)));
60
}));
61
62
});
0 commit comments