~bigbes/sr-ht-compare: e4f4e3d6

deps: auxilia whose scribe.Err reads the whole error chain

Until now scribe.Err type-asserted the outermost error for slog.LogValuer,
so a culpa error under a single fmt.Errorf logged as a flat string and lost
its code, hint and stacktrace with no warning. It walks the chain now, which
is what makes the culpa wrapping in this service visible in the journal.

bigbes <bigbes@gmail.com> — 2026-08-08 20:39:17 UTC

Commit e4f4e3d67020bf8747e37a2abf80faf9958f308aview raw patch

Parent(s): 65ffb96c

2 changed file(s)

FileStatus+
go.mod M +1 -1
go.sum M +2 -2