mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Do not panic when failing to decode lines from external stdout (#1364)
This commit is contained in:
3
crates/nu-test-support/src/bins/nonu.rs
Normal file
3
crates/nu-test-support/src/bins/nonu.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
std::env::args().skip(1).for_each(|arg| print!("{}", arg));
|
||||
}
|
Reference in New Issue
Block a user