Closed
Description
Help needed with some code archeology:
The test in node/test/parallel/test-util-log.js
ends with common.restoreStdout();
but no common.restoreStderr();
node/test/parallel/test-util-log.js
Lines 58 to 60 in 6acb550
We should have a comment documenting the reason why (or fix it).
Ref: #13439