aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/packages/api-utils/tests/e10s-samples/thrown-exception.js
blob: 52cd67617c690f03eaee65a7bbbaf56053637cb2 (plain)
1
2
3
exports.main = function() {
  throw new Error("alas");
};