We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd1c41 commit e146686Copy full SHA for e146686
test/parallel/test-fs-write-reuse-callback.js
@@ -35,5 +35,5 @@ const ondone = common.mustCall((err) => {
35
write();
36
function write() {
37
const buf = Buffer.alloc(size, 'x');
38
- fs.write(fd, buf, 0, buf.size, -1, ondone);
+ fs.write(fd, buf, 0, buf.length, -1, ondone);
39
}
0 commit comments