mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
exports.fn = function() {
|
|
throw new Error('fn');
|
|
};
|