mirror of
https://github.com/nushell/nushell.git
synced 2025-05-10 01:42:57 +00:00
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.