diff options
Diffstat (limited to 'tests/testdata/run/error_023_stack_async.ts.out')
-rw-r--r-- | tests/testdata/run/error_023_stack_async.ts.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/testdata/run/error_023_stack_async.ts.out b/tests/testdata/run/error_023_stack_async.ts.out new file mode 100644 index 000000000..2d122d986 --- /dev/null +++ b/tests/testdata/run/error_023_stack_async.ts.out @@ -0,0 +1,10 @@ +[WILDCARD]Error: async + at [WILDCARD]/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]/error_023_stack_async.ts:[WILDCARD] +error: Uncaught (in promise) Error: async + throw new Error("async"); + ^ + at [WILDCARD]/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]/error_023_stack_async.ts:[WILDCARD] |