Files
nushell/crates/nu-protocol/src
Reilly Wood ddb7e4e179 Check ctrl+c when collecting a RawStream (#8020)
I noticed that `open some_big_file | into binary` cannot be cancelled
with `ctrl+c`.

This small PR fixes that by checking `ctrl+c` in
`RawStream::into_bytes()`, and does the same in
`RawStream::into_string()` for good measure.
2023-02-10 20:23:46 +13:00
..
2023-02-09 13:59:38 -06:00
2022-08-11 11:54:54 -05:00
2022-05-08 07:39:22 +12:00
2022-11-11 19:51:08 +13:00