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