brettlangdon / node-dogapi

Datadog API Node.JS Client
https://brettlangdon.github.io/node-dogapi/
105 stars 45 forks source link

use os.EOL to determine platform line ending #40

Closed jrgm closed 8 years ago

jrgm commented 8 years ago

A minor itch, if it's of use

jrgm commented 8 years ago

Which goes back to 0.8, and is just '\r\n' on win32, otherwise '\n'.

brettlangdon commented 8 years ago

looks good to me, thanks for the contribution!

brettlangdon commented 8 years ago

version 2.2.1 is now published with these changes.

jrgm commented 8 years ago

Glad to help. Thanks for this module. Look forward to making more use of this.