x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit baad145c63e78a3da5830bdcdb726bb9806f0c8f
parent 0fbdccc61d32c64abfe56251b7b01bd05f2a4719
Author: Oliver Lowe <o@olowe.co>
Date:   Wed, 22 Jan 2025 16:58:16 +1100

llm: close

Diffstat:
Msrc/llm/llm.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/llm/llm.go b/src/llm/llm.go @@ -43,6 +43,7 @@ func copyAll(w io.Writer, paths []string) (n int64, err error) { if err != nil { errs = append(errs, fmt.Errorf("copy %s: %w", name, err)) } + f.Close() n += nn } return n, errors.Join(errs...)