mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 04:18:51 +00:00
* fix #4161 println! and friends will panic on BrokenPipe. The solution is to use writeln! instead, and ignore the error (or do we want to do something else?) * test that nu doesn't panic in case of BrokenPipe error * fixup! test that nu doesn't panic in case of BrokenPipe error * make do_not_panic_if_broken_pipe only run on UNIX systems |
||
|---|---|---|
| .. | ||
| environment | ||
| pipeline | ||
| mod.rs | ||