mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:26:11 +02:00
Fix merge
This commit is contained in:
parent
e67221edec
commit
0efeaee6b1
@ -655,7 +655,7 @@ impl Value {
|
||||
}
|
||||
"shell_integration" => {
|
||||
if let Value::Record { val, .. } = value {
|
||||
val.to_mut().retain_mut(|key2, value| {
|
||||
val.retain_mut(|key2, value| {
|
||||
let span = value.span();
|
||||
match key2 {
|
||||
"osc2" => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user