summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-ignorelist/src/original-3.js
blob: 2bdf76627c021e09e9c5aa659ed0080614311084 (plain)
1
2
3
4
export default function original3() {
  debugger;
  console.log("The third original source");
}