deno/tests/specs/bench/unhandled_rejection/unhandled_rejection.ts

3 lines
74 B
TypeScript

new Promise((_resolve, reject) => {
reject(new Error("rejection"));
});