nodejs/llnode

Improved message for inspection of empty objects

オープン

#253 opened on 2018/12/13

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)C++ (101 件のフォーク)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,167 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド