deno/cli/tests/testdata/report_error.ts

3 lines
63 B
TypeScript

console.log(1);
reportError(new Error("foo"));
console.log(2);