summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-27 19:04:11 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-27 19:04:11 -0400
commite47dccf2452ca68fb005a2d4727ea15a5e336bb5 (patch)
treec3154738af086fe007f3f24b51cbbe8afef70ed1 /patches
parent2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92 (diff)
Add ex089 Async 6
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/089_async6.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/patches/089_async6.patch b/patches/patches/089_async6.patch
new file mode 100644
index 0000000..ecbef19
--- /dev/null
+++ b/patches/patches/089_async6.patch
@@ -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;