fix on windows
This commit is contained in:
parent
403ea29250
commit
b560466676
|
@ -132,7 +132,7 @@ impl ExternalCommand {
|
||||||
Err(_) => {
|
Err(_) => {
|
||||||
let mut fg_process =
|
let mut fg_process =
|
||||||
ForegroundProcess::new(self.create_process(&input, true, head)?);
|
ForegroundProcess::new(self.create_process(&input, true, head)?);
|
||||||
child = process.spawn();
|
child = fg_process.spawn();
|
||||||
}
|
}
|
||||||
Ok(process) => {
|
Ok(process) => {
|
||||||
child = Ok(process);
|
child = Ok(process);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user