Commit cb97bcd6 authored by gyson's avatar gyson Committed by Chris Dickinson
Browse files

util: add es6 Symbol support for `util.inspect`



* `util.inspect` cannot accept es6 symbol primitive
* It will throw exception if do `util.inspect(Symbol())`
* This also affects repl, console.log, etc.

Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
Reviewed-by: default avatarChris Dickinson <christopher.s.dickinson@gmail.com>
parent 83d7d9e6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment