mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-06 19:27:37 +00:00
We had an interesting tri-state `ErrorOr<bool>` going on when decoding PNGs; replace it with `ErrorOr<void>` and add some descriptive errors.