-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Description
- Version: v10.8.0+
- Platform: all?
- Subsystem: util
In v10.8.0, #21624 shipped. This is seemingly a semver major change, despite having shipped in a semver minor release.
What's the change?
The result of:
console.log(1, "hi")
changed from:
1 'hi'
to:
1 hi
Here's an example in the repl:
This was surfaced to me by @euantorano from their issue in Nim, in which their tests failed because they were built to expect the old behavior: nim-lang/Nim#12182 (comment)
Metadata
Metadata
Assignees
Labels
consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.