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
88 stars 3 forks source link

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

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

Replace with a call to Debugger's Inspect method

https://github.com/VolantisDev/Launchpad/blob/c2926fa0eef20718afc9ab09a58c62a3d6f00eda/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])

80160471c2cc6d5398ecc42e61c65f8f4ee2dc4a