VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
85 stars 3 forks source link

Replace with a call to Debugger's Inspect method #340

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Replace with a call to Debugger's Inspect method

https://github.com/VolantisDev/Launchpad/blob/a4c8b0f050f5db219ee175e5e5e5e1acd8396f12/Lib/Shared/Volantis.Data/LayeredData/LayeredDataBase.ahk#L282


        return DiffResult(added, modified, removed)
    }

    ; TODO: Replace with a call to Debugger's Inspect method
    DebugData(layer := "") {
        layers := (layer == "") ? this.layers : Map(layer, this.layers[layer])

47f1ad03523b7c61c7fbfd06ae9ebc64bc7d7073