Skip to content

src: fix abort when taking a heap snapshot

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix18256 into master

Remove an erroneous CHECK that asserted the persistent object's internal field pointer still pointed to a valid object. If ClearWrap() has been called, the field pointer equals nullptr and that is expected behavior.

Fixes: https://github.com/nodejs/node/issues/18256

Merge request reports

Loading