Skip to content

Commit e7ad62d

Browse files
authored
Fix tool
1 parent 4652e51 commit e7ad62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ impl Tool {
226226
status,
227227
stdout,
228228
stderr,
229-
} = spawn_and_wait_for_output(&mut cmd, &captured_cargo_output)?.wait_with_output()?;
229+
} = spawn_and_wait_for_output(&mut cmd, &captured_cargo_output)?;
230230

231231
let stdout = if [&stdout, &stderr]
232232
.iter()

0 commit comments

Comments
 (0)