puppeteer/third_party/phantomjs/test/basics/require/thrower.js
2017-05-11 00:06:41 -07:00

4 lines
64 B
JavaScript

exports.fn = function thrower() {
throw new Error('fn');
};