summaryrefslogtreecommitdiff
path: root/tests/testdata/run/nested_error/main.ts
blob: 69828e1ca86a44355d962c89ba34bcd9f6096aa1 (plain)
1
2
3
throw {
  foo: new Error(),
};