rokucommunity / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
3 stars 2 forks source link

Creating BrightScript components with missing params prints incorrect message #80

Open TwitchBronBron opened 2 months ago

TwitchBronBron commented 2 months ago

print createObject("roRegex") prints incorrect message in the brs runtime: image

but simply returns invalid and prints an error on-device: image

Seems to also happen for other types with missing arguments as well: image