We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644b25e commit 549d717Copy full SHA for 549d717
test/parallel/test-fs-read.js
@@ -80,7 +80,7 @@ assert.throws(
80
81
assert.throws(
82
() => fs.read(fd, { buffer: null }, common.mustNotCall()),
83
- /TypeError: Cannot read property 'byteLength' of null/,
+ /TypeError: Cannot read properties of null \(reading 'byteLength'\)/,
84
'throws when options.buffer is null'
85
);
86
0 commit comments