mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 06:17:54 +02:00
plugin command
This commit is contained in:
parent
232790f488
commit
5a1d99cefb
@ -74,10 +74,7 @@ pub mod plugin_value {
|
||||
Value::String { val, .. } => {
|
||||
list_builder.reborrow().get(index as u32).set_string(val);
|
||||
}
|
||||
Value::List { vals, .. } => {
|
||||
let test = builder.reborrow();
|
||||
serialize_list(vals, test)
|
||||
}
|
||||
Value::List { vals, .. } => serialize_list(vals, builder),
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user