summaryrefslogtreecommitdiff
path: root/tests/testdata/subdir/throws.js
blob: abdf291568d1c4b94ce4948810af9dc5c631278b (plain)
1
2
3
4
5
6
// deno-lint-ignore-file
export function boo() {
  console.log("Boo!");
}

throw new Error("An error");