diff options
Diffstat (limited to 'cli/tests/error_022_stack_custom_error.ts.out')
-rw-r--r-- | cli/tests/error_022_stack_custom_error.ts.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/error_022_stack_custom_error.ts.out b/cli/tests/error_022_stack_custom_error.ts.out index 89c536ddb..d95783d06 100644 --- a/cli/tests/error_022_stack_custom_error.ts.out +++ b/cli/tests/error_022_stack_custom_error.ts.out @@ -1,4 +1,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] |