Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Sep 3, 2024
1 parent b505120 commit 1eb8bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/host/src/witnessgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl WitnessGenExecutor {
async fn kill_all(&mut self, binary_name: String) -> Result<()> {
// Kill the "native client" processes.
for mut child in self.ongoing_processes.drain(..) {
let _ = child.child.kill().await?;
child.child.kill().await?;
}

// Kill the spawned witness gen program.
Expand Down

0 comments on commit 1eb8bd8

Please sign in to comment.