Skip to content

Commit a9b2690

Browse files
committed
chore(log): add trace log about which command is being run
1 parent 99b78b5 commit a9b2690

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

git-cliff-core/src/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pub fn run(
2323
input: Option<String>,
2424
envs: Vec<(&str, &str)>,
2525
) -> Result<String> {
26+
log::trace!("Running command: {:?}", command);
2627
let mut child = if cfg!(target_os = "windows") {
2728
Command::new("cmd")
2829
.envs(envs)

0 commit comments

Comments
 (0)