Merge pull request #77 from CL8192/dev

initiatively exit child in forktree
pull/78/head
chyyuu 3 years ago committed by GitHub
commit cc10cd10eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,7 @@ fn fork_child(cur: &str, branch: char) {
yield_();
exit(0);
}
exit(0);
}
fn fork_tree(cur: &str) {

Loading…
Cancel
Save