diff options
Diffstat (limited to 'cli/tests/error_023_stack_async.ts.out')
-rw-r--r-- | cli/tests/error_023_stack_async.ts.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/error_023_stack_async.ts.out b/cli/tests/error_023_stack_async.ts.out new file mode 100644 index 000000000..e5b707ce4 --- /dev/null +++ b/cli/tests/error_023_stack_async.ts.out @@ -0,0 +1,8 @@ +[WILDCARD]Error: async + at [WILDCARD]tests/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]tests/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]tests/error_023_stack_async.ts:[WILDCARD] +error: Uncaught Error: async + at [WILDCARD]tests/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]tests/error_023_stack_async.ts:[WILDCARD] + at async [WILDCARD]tests/error_023_stack_async.ts:[WILDCARD] |