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 | 4 |
1 files changed, 4 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 new file mode 100644 index 000000000..89c536ddb --- /dev/null +++ b/cli/tests/error_022_stack_custom_error.ts.out @@ -0,0 +1,4 @@ +[WILDCARD]CustomError: custom error + at [WILDCARD]tests/error_022_stack_custom_error.ts:[WILDCARD] +error: Uncaught CustomError: custom error + at [WILDCARD]tests/error_022_stack_custom_error.ts:[WILDCARD] |