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 ad8f246 commit b69b0f1Copy full SHA for b69b0f1
lib/node_modules/@stdlib/fs/read-file/examples/index.js
@@ -34,7 +34,7 @@ file = readFile.sync( 'beepboop', {
34
// returns <Error>
35
36
console.log( file instanceof Error );
37
-// => true
+// => false
38
39
/* Async */
40
0 commit comments