rogerc / file-stream-rotator

NodeJS file stream rotator
MIT License
143 stars 69 forks source link

Fix lastEntry match is not supporting directories #71 #72

Closed yakirzana closed 2 years ago

yakirzana commented 4 years ago

Fix lastEntry match is not supporting directories #71

yakirzana commented 4 years ago

@rogerc There is an option to check this?

rogerc commented 2 years ago

this appears to be a Windows issue related to its path separator as its not being escaped in the regexp. I'll be working in a new major release over the coming months and will support paths in windows environments.