mirror of
https://github.com/nushell/nushell.git
synced 2025-04-04 22:48:41 +02:00
Compiling, probably wrapped too much?
This commit is contained in:
parent
6c59a452f1
commit
9a676d23af
@ -75,7 +75,8 @@ pub fn count(
|
|||||||
let mut file = File::create("headout").unwrap();
|
let mut file = File::create("headout").unwrap();
|
||||||
write!(file, "args: {:#?}", newrows).unwrap();
|
write!(file, "args: {:#?}", newrows).unwrap();
|
||||||
|
|
||||||
yield ReturnSuccess::value(UntaggedValue::int(rows.len()).into_value(name))
|
// yield ReturnSuccess::value(UntaggedValue::int(rows.len()).into_value(name))
|
||||||
|
yield ReturnSuccess::value(UntaggedValue::Table(newrows).into_value(name))
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok(stream.to_output_stream())
|
Ok(stream.to_output_stream())
|
||||||
|
Loading…
Reference in New Issue
Block a user