rokucommunity / roku-debug

A compatibility wrapper around the BrightScript debug protocol https://developer.roku.com/en-ca/docs/developer-program/debugging/socket-based-debugger.md
MIT License
12 stars 9 forks source link

Prevent crash when rokuAdapter is not defined. #194

Closed TwitchBronBron closed 3 weeks ago

TwitchBronBron commented 3 weeks ago

Prevent Cannot read properties of undefined (reading 'isAtDebuggerPrompt') crash when rokuAdapter is undefined. I believe this happens during the teardown anyway, but it's still better to avoid the crash entirely.