learnyounode icon indicating copy to clipboard operation
learnyounode copied to clipboard

verify output of Filtered_Ls says 'Used synchronous method: fs.readdir()'

Open agbiyani opened this issue 11 years ago • 1 comments

Shouldn't it be 'asynchronous'? I am guessing it just a typo.

agbiyani avatar Apr 16 '15 00:04 agbiyani

@agbiyani, 'asynchronous' method should be used. The error Used synchronous method: fs.readdir() is pointing out that, you've used 'synchronous`, instead.

arjunmayilvaganan avatar Jan 23 '16 18:01 arjunmayilvaganan