nodejs/llnode

Improved message for inspection of empty objects

开放

#253 创建于 2018年12月13日

 (0 条评论) (1 个反应) (0 位负责人)C++ (101 个派生)github user discovery
enhancementgood first issue

仓库指标

星标
 (1,167 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Right now, when you try to inspect an empty object, this is what you see:

(llnode) v8 i 0x000038e4d66492e1
0x000038e4d66492e1:<Object: Object >

This is a bit confusing, upon further inspection it looks like 0x000038e4d66492e1 is an empty object, {}. A more user friendly message could be very helpful.

PS. Big thanks to all the contributors on this project. Has been a lifesaver on multiple occasions.

贡献者指南