mirror of
https://github.com/nushell/nushell.git
synced 2025-06-26 12:52:22 +02:00
# Description Fixes #12382, where overlay changes from hooks were not preserved into the global state. This was due to creating child stacks for hooks, when the global stack should have been used instead.