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 657ea2f commit 5686611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/executor/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ impl GitSource {
));
}

//当克隆仓库的子进程结束后,启动子模块的子进程
let subproc: std::process::Child = subcmd
.stderr(Stdio::piped())
.spawn()
Expand Down Expand Up @@ -288,6 +289,7 @@ impl GitSource {
));
}

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

0 comments on commit 5686611

Please sign in to comment.