Skip to content

Commit

Permalink
fix(readdirSync): πŸ› Error no such file or directory
Browse files Browse the repository at this point in the history
* `readdirSync` throws `ENOENT: no such file or directory, scandir` when
   the directory does not exists one of the file systems.
* Problem solved checking also if there are some results before throw.

Fixes streamich#240
  • Loading branch information
magarcia committed Oct 17, 2019
1 parent 5cef73d commit 2f8ecc9
Show file tree
Hide file tree
Showing 2 changed files with 558 additions and 513 deletions.
Loading

0 comments on commit 2f8ecc9

Please sign in to comment.