Skip to content

Commit

Permalink
fix: remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 24, 2024
1 parent 9fe1f6e commit aea6f97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ fn main() {
.spawn()
.expect("Failed to spawn command");

child.wait().expect("Failed to wait for command");

let child_stdout = child
.stdout
.take()
Expand Down

0 comments on commit aea6f97

Please sign in to comment.