puppeteer/third_party/phantomjs/test/basics/require/thrower.js

4 lines
64 B
JavaScript
Raw Normal View History

2017-05-11 07:06:41 +00:00
exports.fn = function thrower() {
throw new Error('fn');
};