Skip to content

Commit

Permalink
remove bof
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgripto committed Sep 10, 2024
1 parent b8a8d0f commit fc6dc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@ fn main_wrapper() -> i32 {
if let Some(child_value) = report_obj.get_mut("child") {
if let Value::Object(child_obj) = child_value {
child_obj.remove("stderr");
child_obj.remove("stdout");
}
}
}
Expand Down

0 comments on commit fc6dc23

Please sign in to comment.