summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/error_with_errors_prop.js.out
blob: 946b5ad84ed1991e73dceba3fe6e644dc4532f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 {
  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.");
              ^
    at [WILDCARD]/error_with_errors_prop.js:1:15