Whoops :| s/update/unwrap/
This commit is contained in:
parent
fae86b92de
commit
ae09957040
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ impl Child {
|
|||
}
|
||||
(Some(out), Some(err)) => {
|
||||
let res = read2(out.inner, &mut stdout, err.inner, &mut stderr);
|
||||
res.update();
|
||||
res.unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue