summaryrefslogtreecommitdiff
path: root/test/fixtures/node_modules/asdf.js
blob: 67e2ea21ed4d33226d637b6798c1e4731386d0ca (plain)
1
2
3
console.error(__filename);
console.error(module.paths.join('\n')+'\n');
throw new Error('Should not ever get here.');