2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-14 21:18:49 +00:00
nushell/tests/shell
Braulio Valdivielso Martínez d32aec5906
Don't panic if the other end of std{out,err} is closed ()
* fix 

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
..
environment nu-path crate refactor () 2021-08-28 15:59:09 +03:00
pipeline Sanitize arguments to external commands a bit better () 2021-11-29 09:46:42 -06:00
mod.rs Don't panic if the other end of std{out,err} is closed () 2021-12-21 10:08:41 +11:00