Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use os.EOL for line endings for text loggers (#590)
This change uses `os.EOL` for line endings instead of `\n` This is useful for those of us using NodeJS on Windows where the easiest log reader is Notepad.exe Fixes #589
- Loading branch information