summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/error_with_errors_prop.js.out
blob: 3154e86e65bda44643ce40ee318052c5fd071953 (plain)
1
2
3
4
5
6
7
8
9
10
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

error: Uncaught Error: Error with errors prop.
const error = new Error("Error with errors prop.");
              ^
    at [WILDCARD]/error_with_errors_prop.js:1:15