Files
Brian Goff 0a48d26fbc Fix cases where we are wrapping a nil error
This was using `errors.Wrap` when there was no error to wrap, meanwhile
we are supposed to be creating a new error.

Found this while investigating some log corruption issues and
unexpectedly getting a nil reader and a nil error from `getTailReader`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2024-04-01 21:30:43 +00:00
..
2022-11-02 18:47:50 +01:00
2022-12-21 11:09:01 +01:00
2019-09-18 12:56:54 +02:00
2024-03-07 10:57:03 +01:00