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 dbd8fee commit 7c8b6bcCopy full SHA for 7c8b6bc
1 file changed
git2-hooks/src/hookspath.rs
@@ -124,6 +124,7 @@ impl HookPaths {
124
.output()?;
125
126
if output.status.success() {
127
+ eprintln!("{}", String::from_utf8_lossy(&output.stdout));
128
Ok(HookResult::Ok { hook })
129
} else {
130
let stderr =
0 commit comments