Why does `process.stdout.write` sometimes split lines in `pm2 log` output and how can I ensure atomic output?
I use process.stdout.write
in the output of the program so that the output is in one line.
I use process.stdout.write
in the output of the program so that the output is in one line.