sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

fix(stdlib): wait for async translations #587

Closed lkipke closed 3 years ago

lkipke commented 3 years ago

Change summary

Apparently I forgot how async code works. This fixes how we load the translation files, so that we actually wait for them to load before executing.