Skip to content

Commit 168f9ad

Browse files
committed
Kill the child process before waiting in streaming_output
1 parent 2ec406b commit 168f9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/stdx/src/process.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub fn streaming_output(
4949
}
5050
}
5151
})?;
52+
let _ = child.kill();
5253
child.wait()?
5354
};
5455

0 commit comments

Comments
 (0)