Skip to content

async_hooks: check for empty contexts before removing

Rodrigo Muino Tomonari requested to merge github/fork/bengl/bengl/fix39019 into master

This way we don't end up attempting to SetPromiseHooks on contexts that have already been collected.

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

Merge request reports

Loading