Add ex089 Async 6
This commit is contained in:
parent
473b36b873
commit
d09ae39714
4 changed files with 63 additions and 4 deletions
6
patches/patches/089_async6.patch
Normal file
6
patches/patches/089_async6.patch
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue