From 45d3b8955de628db0ef051eeb8e351837b4a3b3e Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Fri, 12 Oct 2018 11:22:52 -0700 Subject: Fix promise reject issue (#936) --- tests/018_async_catch.ts.out | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/018_async_catch.ts.out (limited to 'tests/018_async_catch.ts.out') diff --git a/tests/018_async_catch.ts.out b/tests/018_async_catch.ts.out new file mode 100644 index 000000000..4fc219973 --- /dev/null +++ b/tests/018_async_catch.ts.out @@ -0,0 +1,3 @@ +before await fn() +catch +after try-catch -- cgit v1.2.3