mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 05:14:41 +03:00
chore(log): add trace log about which command is being run
This commit is contained in:
parent
99b78b52f2
commit
a9b26901e3
@ -23,6 +23,7 @@ pub fn run(
|
||||
input: Option<String>,
|
||||
envs: Vec<(&str, &str)>,
|
||||
) -> Result<String> {
|
||||
log::trace!("Running command: {:?}", command);
|
||||
let mut child = if cfg!(target_os = "windows") {
|
||||
Command::new("cmd")
|
||||
.envs(envs)
|
||||
|
Loading…
Reference in New Issue
Block a user