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

Fix: handle optional catch bindings in no-useless-catch (fixes #11208) #11205

Merged
merged 1 commit into from Dec 25, 2018

Commits on Dec 23, 2018

  1. Fix: handle optional catch bindings in no-useless-catch

    This commit prevents a crash in the no-useless-catch rule
    that occurs when optional catch bindings are used.
    cjihrig committed Dec 23, 2018
    Copy the full SHA
    f0688aa View commit details
    Browse the repository at this point in the history