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