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 by using postman-request #151

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fix runtime crash when inside vscode extension because request module was removed. Fixed by declaring postman-request as direct dependency and using that.