Merge pull request #77 from CL8192/dev

initiatively exit child in forktree
This commit is contained in:
chyyuu 2022-05-16 07:05:15 +08:00 committed by GitHub
commit e906b6c8d2

View file

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