wokim / node-perforce

A simple library for perforce
MIT License
14 stars 13 forks source link

Correct opened stdout split #12

Closed Flonker closed 9 years ago

Flonker commented 9 years ago

In my configuration I need to use '\r\n\r\n' to correctly split the groups of info. When using '\n\n' I only get one element (the last of the groups).

I don't know if it's maybe Windows that gives those newlines.

I'm pretty sure this will work like before plus for me and others with similar setup as me. :)