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 gracefully if we get unparsable JSON #933

Merged
merged 1 commit into from May 13, 2022

Commits on May 13, 2022

  1. Fail gracefully if we get unparsable JSON

    We seem to sometimes not read enough bytes from the Sorbet output, which
    ends up causing us to get an error from the JSON parser. While we
    investigate and fix that root cause, we might as well gracefully handle
    JSON parsing errors.
    paracycle committed May 13, 2022
    Copy the full SHA
    8750c75 View commit details
    Browse the repository at this point in the history