mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
plugin command
This commit is contained in:
parent
232790f488
commit
5a1d99cefb
1 changed files with 1 additions and 4 deletions
|
@ -74,10 +74,7 @@ pub mod plugin_value {
|
||||||
Value::String { val, .. } => {
|
Value::String { val, .. } => {
|
||||||
list_builder.reborrow().get(index as u32).set_string(val);
|
list_builder.reborrow().get(index as u32).set_string(val);
|
||||||
}
|
}
|
||||||
Value::List { vals, .. } => {
|
Value::List { vals, .. } => serialize_list(vals, builder),
|
||||||
let test = builder.reborrow();
|
|
||||||
serialize_list(vals, test)
|
|
||||||
}
|
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue