diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/084_async.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/084_async.patch b/patches/patches/084_async.patch index 6164775..9eba9ac 100644 --- a/patches/patches/084_async.patch +++ b/patches/patches/084_async.patch @@ -1,4 +1,4 @@ -49c49 +51c51 < foo(); --- -> var foo_frame = async foo(); +> _ = async foo(); |