1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-17 11:24:40 -05:00
denoland-deno/cli/tests/subdir/throws.js

7 lines
100 B
JavaScript
Raw Normal View History

2020-08-25 09:43:54 +10:00
/* eslint-disable */
2019-08-07 18:55:39 +02:00
export function boo() {
console.log("Boo!");
}
throw new Error("An error");