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

Use `stagingDir` instead of stagingFolderPath #185

Closed TwitchBronBron closed 6 months ago

TwitchBronBron commented 6 months ago

Convert all internal usage of stagingFolderPath to stagingDir. Still support stagingFolderPath as a launch option, but we immediately set stagingDir to stagingFolderPath.

stagingDir wins, and if not set, check for stagingFolderPath.