summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_022_stack_custom_error.ts.out
blob: 73e033e524ae69154be74a3cbd193b30fbd2ef4a (plain)
1
2
3
4
5
6
[WILDCARD]CustomError: custom error
    at [WILDCARD]/error_022_stack_custom_error.ts:[WILDCARD]
error: Uncaught (in promise) CustomError: custom error
const error = new CustomError();
              ^
    at [WILDCARD]/error_022_stack_custom_error.ts:[WILDCARD]