-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.
Description
- Version: v9.3.0
- Platform: Linux daurn-z170 4.14.11-1-ARCH deps: update openssl to 1.0.1j #1 SMP PREEMPT Wed Jan 3 07:02:42 UTC 2018 x86_64 GNU/Linux
- Subsystem: util
> console.log(require("util").inspect(new Proxy({}, {"ownKeys": function() {}})))
TypeError: CreateListFromArrayLike called on non-object
at Function.getOwnPropertySymbols (<anonymous>)
at formatValue (util.js:422:24)
at Object.inspect (util.js:298:10)
As util.inspect is used by console.log in a recursive manner, such a proxy object acts as a "poison pill" for printing an object.
Metadata
Metadata
Assignees
Labels
utilIssues and PRs related to the built-in util module.Issues and PRs related to the built-in util module.