mirror of
https://github.com/nushell/nushell.git
synced 2025-03-26 15:26:51 +01: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();
|
||||
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())
|
||||
|
Loading…
Reference in New Issue
Block a user