Skip to content

Commit 3974c4d

Browse files
committed
[rust] Setup PROCESSOR_ARCHITECTURE env for Windows
1 parent e7930ca commit 3974c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/shell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Command {
6565
}
6666

6767
pub fn run_powershell_command_with_log(log: &Logger, command: Command) -> Result<String, Error> {
68-
log.debug(format!("Running command: {}", command.display()));
68+
log.debug(format!("Running ps command: {}", command.display()));
6969
let output = run_powershell_command(command)?;
7070
log.debug(format!("Output: {:?}", output));
7171
Ok(output)

0 commit comments

Comments
 (0)