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

Make this code more readable #210

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

Make this code more readable

https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/DataLib/StructuredData/JsonData.ahk#L73


                        }
                    }

                    ; TODO: Make this code more readable
                    if (!i ? (pos--, next := "'") : 0) {
                        continue
                    }

71a18ad0e78239bed7e3ef45a6e3fb72b2ede107