print the error when it throws an error

it might not even matter because it will just flash too fast
This commit is contained in:
2026-06-29 11:23:12 +01:00
parent 99b3891c60
commit b8d915af4f
+1
View File
@@ -84,6 +84,7 @@ func (r *Replayer) renderToTerminal(ctx context.Context) {
err := binary.Read(&bytesReader, binary.LittleEndian, &og)
if err != nil {
fmt.Fprintf(&s, "FAILED TO PARSE DATA\nError: %+v", err)
fmt.Fprint(os.Stdout, s.String())
continue
}