Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(readdirSync): π Error no such file or directory
* `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