repl,util: insert carriage returns in output by JungMinu · Pull Request #8028 · nodejs/node

@nodejs-github-bot added repl

Issues and PRs related to the REPL subsystem.

util

Issues and PRs related to the built-in util module.

labels

Aug 9, 2016

@JungMinu

`\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: #7954
PR-URL: #8028
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

cjihrig pushed a commit that referenced this pull request

Aug 15, 2016
`\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: #7954
PR-URL: #8028
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

This was referenced

Aug 15, 2016

@Fishrock123 Fishrock123 added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Aug 17, 2016