summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/error_019_stack_function.ts.out
blob: 03967d12b9ec2a2f2939be809bf7fa9ed207ac99 (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 Error: function
  throw new Error("function");
        ^
    at foo ([WILDCARD]/error_019_stack_function.ts:[WILDCARD])
    at [WILDCARD]/error_019_stack_function.ts:[WILDCARD]