repl,util: insert carriage returns in output
`\n` is not enough for Linux with some custom stream add carriage returns to ensure that the output is displayed correctly using `\r\n` should not be a problem, even on non-Windows platforms. Fixes: https://github.com/nodejs/node/issues/7954 PR-URL: https://github.com/nodejs/node/pull/8028 Reviewed-By:Brian White <mscdex@mscdex.net> Reviewed-By:
Anna Henningsen <anna@addaleax.net>
parent
6a3dbdac
Please register or sign in to comment