Skip to content

Fix load function bug the proper way

Compare
Choose a tag to compare
@paoloricciuti paoloricciuti released this 29 Jan 21:45
· 106 commits to master since this release

The hack i used to fix the load function problem worked but it was a hack. Thankfully Rich Harris reminded me that goto is async so i just awaited goto to fix the issue. ✌️