microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

move github init after app target setup #10284

Open riknoll opened 6 days ago

riknoll commented 6 days ago

noticed this exception in the console; initGithubDb is called before the app target is being set which was throwing an exception. the exception happens in an async context so it wasn't actually causing any errors but it does prevent the indexeddb from purging expired entries

abchatra commented 6 days ago

@riknoll does this need to be ported for Minecraft?