Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Task/GenServer exits correctly in Google formatter #133

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 3, 2024

  1. Handle Task/GenServer exits correctly in Google formatter

    We were running into a situation where errors caused by GenServers
    terminating were not being formatted because they were a slightly
    different shape to what was expected in the formatter. This updates the
    formatter to handle them.
    BrentWheeldon committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    25d719c View commit details
    Browse the repository at this point in the history