mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Avoid that one AsyncLocalStore instance changes the state of another AsyncLocalStore instance by restoring only the owned store instead the complete AsyncContextFrame. PR-URL: https://github.com/nodejs/node/pull/58149 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>