Braulio Valdivielso Martínez d32aec5906
Don't panic if the other end of std{out,err} is closed (#4179)
* 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
2021-12-21 10:08:41 +11:00
..
2021-11-16 12:01:02 +13:00
2021-11-25 11:11:20 -06:00
2021-09-10 10:44:22 +12:00
2021-06-23 19:21:39 +12:00
2020-01-16 05:28:31 +13:00
2021-06-23 19:21:39 +12:00
2021-09-10 10:44:22 +12:00
2021-09-10 10:44:22 +12:00