mirror of
https://github.com/nushell/nushell.git
synced 2025-04-11 23:08:20 +02:00
fix on windows
This commit is contained in:
parent
403ea29250
commit
b560466676
@ -132,7 +132,7 @@ impl ExternalCommand {
|
||||
Err(_) => {
|
||||
let mut fg_process =
|
||||
ForegroundProcess::new(self.create_process(&input, true, head)?);
|
||||
child = process.spawn();
|
||||
child = fg_process.spawn();
|
||||
}
|
||||
Ok(process) => {
|
||||
child = Ok(process);
|
||||
|
Loading…
Reference in New Issue
Block a user