-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
test: help annotate test/parallel/test-util-log.js #22472
Copy link
Copy link
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Help needed with some code archeology:
The test in
node/test/parallel/test-util-log.jsends withcommon.restoreStdout();but nocommon.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