blob: 9600fae126f6447ac8195a2aa8d706a230556b15 [file]
const path = require('path');
console.log('hello ' + require.resolve('./other.js', {paths: [path.join(__dirname, 'other')]}));