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 46d9a44 commit 53fed9cCopy full SHA for 53fed9c
1 file changed
lib/node_modules/@stdlib/fs/read-dir/examples/index.js
@@ -26,7 +26,7 @@ var out = readDir.sync( __dirname );
26
// returns <Array>
27
28
console.log( out instanceof Error );
29
-// => false
+// => true
30
31
out = readDir.sync( 'beepboop' );
32
// returns <Error>
0 commit comments