mirror of https://github.com/nodejs/node.git
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
|
console.error(__filename);
|
||
|
console.error(module.paths.join('\n')+'\n');
|
||
|
throw new Error('Should not ever get here.');
|