Skip to content

Commit 53fed9c

Browse files
chore: fix JavaScript lint errors (issue #8483)
1 parent 46d9a44 commit 53fed9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/fs/read-dir/examples

lib/node_modules/@stdlib/fs/read-dir/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var out = readDir.sync( __dirname );
2626
// returns <Array>
2727

2828
console.log( out instanceof Error );
29-
// => false
29+
// => true
3030

3131
out = readDir.sync( 'beepboop' );
3232
// returns <Error>

0 commit comments

Comments
 (0)