Welcome to mirror list, hosted at ThFree Co, Russian Federation.

asdf.js « node_modules « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67e2ea21ed4d33226d637b6798c1e4731386d0ca (plain)
1
2
3
console.error(__filename);
console.error(module.paths.join('\n')+'\n');
throw new Error('Should not ever get here.');