Open
Description
I have reports that on Windows it seems that file descriptors are not correctly closed for the "oldFile" when packing, see ioBroker/ioBroker.js-controller#578
My assumption is that in https://github.com/winstonjs/winston-daily-rotate-file/blob/master/daily-rotate-file.js#L120 the ReadStream stays open somehow ...
I currently have one use testing if an explicite "inp.destroy()" helps ... if yes I will create an PR