Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chakrashim: fix undefined values in inspector
When creating the wrapped objects we were copying the `undefined` properties which were then being translated to `null` during serialization. Fixes nodejs#280 PR-URL: nodejs#284 Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
- Loading branch information