Skip to content

Commit

Permalink
fix submodule bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sun5etop committed Mar 11, 2024
1 parent 5686611 commit aaaa7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl GitSource {
));
}

//当克隆仓库的子进程结束后,启动子模块的子进程
//当checkout仓库的子进程结束后,启动子模块的子进程
let subproc: std::process::Child = subcmd
.stderr(Stdio::piped())
.spawn()
Expand Down

0 comments on commit aaaa7b6

Please sign in to comment.