We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7930ca commit 3974c4dCopy full SHA for 3974c4d
rust/src/shell.rs
@@ -65,7 +65,7 @@ impl Command {
65
}
66
67
pub fn run_powershell_command_with_log(log: &Logger, command: Command) -> Result<String, Error> {
68
- log.debug(format!("Running command: {}", command.display()));
+ log.debug(format!("Running ps command: {}", command.display()));
69
let output = run_powershell_command(command)?;
70
log.debug(format!("Output: {:?}", output));
71
Ok(output)
0 commit comments