mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 10:49:32 +02:00
Fix randomly failing test (#1200)
* Fix randomly failing test * Fix randomly failing test
This commit is contained in:
@ -222,7 +222,7 @@ async fn run_with_stdin(
|
||||
yield Ok(Value {
|
||||
value: UntaggedValue::Error(ShellError::labeled_error(
|
||||
message,
|
||||
"unable to write to stdin",
|
||||
"application may have closed before completing pipeline",
|
||||
&name_tag,
|
||||
)),
|
||||
tag: name_tag,
|
||||
|
Reference in New Issue
Block a user