summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/throws.js
blob: 91ce4628ed94dfaa39f56bd54f0fecbe4e0f1c3e (plain)
1
2
3
4
5
6
/* eslint-disable */
export function boo() {
  console.log("Boo!");
}

throw new Error("An error");