diff options
Diffstat (limited to 'tests/specs/run/_018_async_catch/018_async_catch.ts.out')
-rw-r--r-- | tests/specs/run/_018_async_catch/018_async_catch.ts.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/_018_async_catch/018_async_catch.ts.out b/tests/specs/run/_018_async_catch/018_async_catch.ts.out new file mode 100644 index 000000000..4fc219973 --- /dev/null +++ b/tests/specs/run/_018_async_catch/018_async_catch.ts.out @@ -0,0 +1,3 @@ +before await fn() +catch +after try-catch |