Closed a-cordier closed 8 years ago
With a source directory containing files like " ezproxy.log-20141231.gz" the regex used to detect whether the file should be processed or not does not match
In this proper situation with /^.*(.gz|.log)$/.test(file) we get a match
Thanks for pointing this out, it should handle .log, .log.gz and .gz now :)
.log
.log.gz
.gz
With a source directory containing files like " ezproxy.log-20141231.gz" the regex used to detect whether the file should be processed or not does not match