rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
160 stars 46 forks source link

BscPlugin.onFileValidate throws error #751

Closed tomek-r closed 1 year ago

tomek-r commented 1 year ago

Hi, Unfortunately, I can't provide the steps to reproduce the issue. I have no idea why it throws an error. The previous version I used 0.56.0 does not throw it.

Affected brighterscript version 0.60.6

Error when calling plugin BscPlugin.onFileValidate: TypeError: Cannot read properties of undefined (reading 'text')
    at validateLoopTypeMatch (/Users/user/.../node_modules/brighterscript/dist/bscPlugin/validation/BrsFileValidator.js:236:131)
    at /Users/user/.../node_modules/brighterscript/dist/bscPlugin/validation/BrsFileValidator.js:251:17
TwitchBronBron commented 1 year ago

@tomek-r thanks for the report. I found the issue and submitted #752 to fix it.

tomek-r commented 1 year ago

@TwitchBronBron You are super fast. Impressive! Thanks