Thanks to visit codestin.com Credit goes to github.com
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 986a605 commit 1fc19b0Copy full SHA for 1fc19b0
test/parallel/test-fs-read-optional-params.js
@@ -27,7 +27,7 @@ fs.read(fd, common.mustCall((err, bytesRead, buffer) => {
27
fs.read(fd, {
28
buffer: bufferAsOption,
29
offset: 0,
30
- lenght: bufferAsOption.length,
+ length: bufferAsOption.length,
31
position: 0
32
},
33
common.mustCall((err, bytesRead, buffer) => {
0 commit comments