mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 07:48:19 +02:00
Fix merging child stack into parent (#12426)
# Description Fixes #12423 where changes to mutable variables are not properly persisted after a REPL entry.
This commit is contained in:
@ -7,6 +7,7 @@ use pretty_assertions::assert_eq;
|
||||
mod environment;
|
||||
|
||||
mod pipeline;
|
||||
mod repl;
|
||||
|
||||
//FIXME: jt: we need to focus some fixes on wix as the plugins will differ
|
||||
#[ignore]
|
||||
|
Reference in New Issue
Block a user