diff options
Diffstat (limited to 'format/pack/ingest/progress_write.go')
| -rw-r--r-- | format/pack/ingest/progress_write.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/format/pack/ingest/progress_write.go b/format/pack/ingest/progress_write.go index 3150032b..f372f9d0 100644 --- a/format/pack/ingest/progress_write.go +++ b/format/pack/ingest/progress_write.go @@ -4,6 +4,7 @@ import "codeberg.org/lindenii/furgit/internal/utils" func writeProgress(state *ingestState, format string, args ...any) { utils.BestEffortFprintf(state.opts.Progress, format, args...) + if state.opts.ProgressFlush != nil { _ = state.opts.ProgressFlush() } |
