summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_with_errors_prop.js.out
blob: d958996afc59de375c7d6e18650fac17696faaca (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 (in promise) Error: Error with errors prop.
const error = new Error("Error with errors prop.");
              ^
    at [WILDCARD]/error_with_errors_prop.js:1:15