-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
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 the tests.Issues and PRs related to the tests.
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
assert.strictEqual(process.stdout.writeTimes, tests.length); | |
common.restoreStdout(); |
We should have a comment documenting the reason why (or fix it).
Ref: #13439
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 the tests.Issues and PRs related to the tests.