rokucommunity / bslint

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

Try/catch variable not detected #48

Closed chrisdp closed 2 years ago

chrisdp commented 2 years ago
        try
            result = 0 / 0
            print result
        catch e
            ' temporary debugging code
            throw e
        end try

Currenly e is being detected as an uninitialized variable on line with throw e

elsassph commented 2 years ago

Duplicate of #36