learnyounode
learnyounode copied to clipboard
verify output of Filtered_Ls says 'Used synchronous method: fs.readdir()'
Shouldn't it be 'asynchronous'? I am guessing it just a typo.
@agbiyani, 'asynchronous' method should be used. The error Used synchronous method: fs.readdir() is pointing out that, you've used 'synchronous`, instead.