Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #97 unref() the rotation timeout in RotatingFileStream.
The rotation `setTimeout` from `RotatingFileStream` will prevent the process from exiting. This fix simply `unref()` the timeout immediately after it is set.
- Loading branch information