Skip to content

Version 0.1.7

Compare
Choose a tag to compare
@jhuckaby jhuckaby released this 14 Mar 04:10
· 402 commits to master since this release

Minor release, just fixed a race condition dealing with appending to log files.

On some OSes (CentOS 6.x for example), writing to log files with fs.appendFile() and no callback results in out-of-order lines. Switched to fs.appendFileSync().