You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix panics not shown in gix-url baseline generation
Forcing the lazy value ensures the baseline is generated before we
overwrite the panic hook. Previously any errors thrown during baseline
generation were not shown in the error output because the panic message
was hidden by our overwritten panic hook.
0 commit comments