deno/cli/tests/testdata/workers/error.ts

5 lines
53 B
TypeScript

function foo() {
throw new Error("foo");
}
foo();