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 df5cc48 commit 77d3a35Copy full SHA for 77d3a35
test/parallel/test-fs-readfile-error.js
@@ -61,7 +61,7 @@ assert.throws(
61
{
62
code: 'ERR_INVALID_ARG_TYPE',
63
message: 'The "path" argument must be of type string or an instance of ' +
64
- 'Buffer or URL. Received type function ([Function (anonymous)])',
+ 'Buffer or URL. Received function ',
65
name: 'TypeError'
66
}
67
);
0 commit comments