Skip to content

Commit 7c8b6bc

Browse files
committed
debug print
1 parent dbd8fee commit 7c8b6bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

git2-hooks/src/hookspath.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ impl HookPaths {
124124
.output()?;
125125

126126
if output.status.success() {
127+
eprintln!("{}", String::from_utf8_lossy(&output.stdout));
127128
Ok(HookResult::Ok { hook })
128129
} else {
129130
let stderr =

0 commit comments

Comments
 (0)