Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSoilder committed Nov 3, 2023
1 parent b2ef26f commit 1aa3897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/nu-engine/src/eval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -814,14 +814,12 @@ fn eval_element_with_input(
std::thread::Builder::new()
.name("stderr saver".to_string())
.spawn(move || {
eprintln!("start save call");
let result = eval_call(
&engine_state_clone,
&mut stderr_stack,
&save_call,
input,
);
eprintln!("save call is complete");
if let Err(err) = result {
eprintln!("WARNING: error occurred when redirect to stderr: {:?}", err);
}
Expand Down

0 comments on commit 1aa3897

Please sign in to comment.