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
This is a problem with the linter's CodePathAnalyzer, which can't be overridden by plugins. It's seeing the throw and not realizing it's in a separate code path.
The text was updated successfully, but these errors were encountered:
Minimum test case looks like:
This is a problem with the linter's CodePathAnalyzer, which can't be overridden by plugins. It's seeing the
throw
and not realizing it's in a separate code path.The text was updated successfully, but these errors were encountered: