Any JS string which has `\n`, e.g. ```js bufferedLog.push(...args, '\n'); ``` contains parsed new lines instead of `\n`. The desired behavior is passing the string contents verbatim.
Any JS string which has
\n, e.g.contains parsed new lines instead of
\n. The desired behavior is passing the string contents verbatim.