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
13 stars 9 forks source link

Fix crash in rendezvous parser for missing files #108

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fixes a bug in the rendezvous parser that would crash anytime a file was received that we couldn't find the source code for.

image