Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hook status printing configurable with delay #9641

Merged
merged 9 commits into from
Jan 12, 2020
Prev Previous commit
Next Next commit
Update cmd/hook.go
  • Loading branch information
zeripath committed Jan 11, 2020
commit d05d547bdd734b3098b8ae35f0b2a740114f60f9
1 change: 1 addition & 0 deletions cmd/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func (d *delayWriter) Close() error {
return nil
}
_, err := d.internal.Write(d.buf.Bytes())
d.buf = nil
return err
zeripath marked this conversation as resolved.
Show resolved Hide resolved
}

Expand Down