Closed rolanday closed 5 years ago
Should also add, to repro scan an otherwise empty root except for single subdirectory that has its read perms removed, like so
- root. <== readirp this
|- subdir <== chmod -r this
This will prevent issue from slipping by because there were other files remaining to be found after the warn'ed dir (or file), giving chance for warn to fire in time before close event.
try it.
Fix works. Thank you!!
Related to #75, warn fires after end on latest head version 3.0.0..