deno/cli/tests/subdir/worker_error.ts

5 lines
53 B
TypeScript

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