-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Proxy bug? #31989
Copy link
Copy link
Closed
Labels
questionIssues asking questions about Node.js.Issues asking questions about Node.js.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Description
Activity
Metadata
Metadata
Assignees
Labels
questionIssues asking questions about Node.js.Issues asking questions about Node.js.utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Code above will output
Hello worldin node 10.xIt will output
{ b: 1 }in node 13.xI am not sure this is by design a breaking change or a bug.