mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 20:27:54 +02:00
Debugging
This commit is contained in:
2
crates/nu-cli/src/env/environment.rs
vendored
2
crates/nu-cli/src/env/environment.rs
vendored
@ -133,7 +133,7 @@ impl Environment {
|
||||
tag: _,
|
||||
}) = &mut self.environment_vars
|
||||
{
|
||||
envs.remove_key(key);
|
||||
envs.entries.remove(key);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user