Whoops :| s/update/unwrap/

This commit is contained in:
Theodore DeRego 2016-11-22 16:18:02 -08:00
parent fae86b92de
commit ae09957040

View file

@ -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();
}
}