Skip to content

Commit ae09957

Browse files
committed
Whoops :| s/update/unwrap/
1 parent fae86b9 commit ae09957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ impl Child {
795795
}
796796
(Some(out), Some(err)) => {
797797
let res = read2(out.inner, &mut stdout, err.inner, &mut stderr);
798-
res.update();
798+
res.unwrap();
799799
}
800800
}
801801

0 commit comments

Comments
 (0)