Rcomian / bunyan-rotating-file-stream

Is an endpoint for bunyan that lets you control how much disk space logs take.
Other
29 stars 15 forks source link

Fix missing var keyword in lib/datestampedfileops.js #43

Closed rgembalik closed 8 months ago

rgembalik commented 8 months ago

Resolves #42 by adding var keyword to the variable in question.

Since this fixes a minor issue, I suggest a version bump to 2.0.6. I didn't include version bump in the PR as I was following the assumption that it's best to manage version and changelog from the main repo.

Suggested CHANGES.md entry:

## 2.0.6

- (rgembalik) Fix - add missing `var` keyword in [lib/datestampedfileops.js](lib/datestampedfileops.js)
Rcomian commented 8 months ago

Agreed, merged and released