summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/throws.js
blob: b77e7104feafeac1db763b444548550e6e9cff8f (plain)
1
2
3
4
5
export function boo() {
  console.log("Boo!");
}

throw new Error("An error");