mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 21:51:07 +02:00
Fixes for windows
This commit is contained in:
@ -221,7 +221,7 @@ impl ExternalCommand {
|
||||
}
|
||||
} else {
|
||||
for arg in &self.args {
|
||||
process = process.arg(arg);
|
||||
process = process.arg(arg.item.clone());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user