1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 10:54:14 -05:00
denoland-deno/cli/tests/subdir/throws.js

6 lines
79 B
JavaScript
Raw Normal View History

2019-08-07 18:55:39 +02:00
export function boo() {
console.log("Boo!");
}
throw new Error("An error");