rokucommunity / bslint

A linter for BrightScript and BrighterScript.
MIT License
27 stars 14 forks source link

Fix code flow bug with try/catch #93

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fixes a bug in trackCodeFlow where variables assigned in try/catch falsely trigger the "not all code paths assign..." error.

image