summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/error.ts
blob: 495971090df643068c4b69d5297db7ada7968fea (plain)
1
2
3
4
5
function foo() {
  throw new Error("foo");
}

foo();