summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_019_stack_function.ts.out
blob: edaff27c0b6d1e2cf000efd996c030411b99f09c (plain)
1
2
3
4
5
6
7
8
[WILDCARD]Error: function
    at foo ([WILDCARD]/error_019_stack_function.ts:[WILDCARD])
    at [WILDCARD]/error_019_stack_function.ts:[WILDCARD]
error: Uncaught (in promise) Error: function
  throw new Error("function");
        ^
    at foo ([WILDCARD]/error_019_stack_function.ts:[WILDCARD])
    at [WILDCARD]/error_019_stack_function.ts:[WILDCARD]