Why does node.js now (as of version 6.4.0) append ^M
to each line that is output from require('util').inspect()
? This seems wrong on any platform that doesn't use CR as a line delimiter (e.g., most of the ones node runs well on).
Asked
Active
Viewed 89 times
0

Alan Mimms
- 651
- 9
- 22
1 Answers
0
It turns out this was an errant commit in node.js v6.4.0.
The change is being reverted. See this for more info.

Alan Mimms
- 651
- 9
- 22