-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle does not close #11
Comments
Thank you, I'll fix this asap |
It simply can be replaced with writeFile call with empty string |
That will replace file content. It's a bit more complicated, but I'll fix that asap anyway. |
|
Interesting, I missed that. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While wrote own implementation on TS found that
https://github.com/iccicci/rotating-file-stream/blob/master/compress.js#L246
does not close handle of file, that cause test failing when removing previous results
due EPERM with directory is not empty
The text was updated successfully, but these errors were encountered: