ziglings/patches/patches/089_async6.patch
2021-05-27 19:04:11 -04:00

6 lines
160 B
Diff

44,45c44,45
< var com_title = com_frame;
< var org_title = org_frame;
---
> var com_title = await com_frame;
> var org_title = await org_frame;