diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-04-30 09:24:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-30 07:24:13 +0000 |
| commit | 9c8ebce3dcc784f1a6ecd29d5fe0b3d35256ab82 (patch) | |
| tree | e423a712e05448d5c895777a810abdf7c9be59ae /cli/tests/testdata/run/error_with_errors_prop.js.out | |
| parent | 64e072e499d36ca824db297a493667415ed67cdf (diff) | |
refactor: merge Deno & Node inspectors (#18691)
Diffstat (limited to 'cli/tests/testdata/run/error_with_errors_prop.js.out')
| -rw-r--r-- | cli/tests/testdata/run/error_with_errors_prop.js.out | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/error_with_errors_prop.js.out b/cli/tests/testdata/run/error_with_errors_prop.js.out index 3154e86e6..946b5ad84 100644 --- a/cli/tests/testdata/run/error_with_errors_prop.js.out +++ b/cli/tests/testdata/run/error_with_errors_prop.js.out @@ -2,7 +2,14 @@ Error: Error with errors prop. at [WILDCARD]/error_with_errors_prop.js:1:15 Error: Error with errors prop. - at [WILDCARD]/error_with_errors_prop.js:1:15 + at [WILDCARD]/error_with_errors_prop.js:1:15 { + errors: [ + Error: Error message 1. + at [WILDCARD]/error_with_errors_prop.js:3:3, + Error: Error message 2. + at [WILDCARD]/error_with_errors_prop.js:4:3 + ] +} error: Uncaught Error: Error with errors prop. const error = new Error("Error with errors prop."); |
