summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/worker-exception.js
blob: e3bebfefb2915e6ed525c02c48fcdfdc292777b9 (plain)
1
2
3
4
self.onmessage = () => {
  throw new Error("OH NO!");
}
nofunc();