index.js 160 Bytes Raw Blame History Permalink 1 2 3 4 5 6 process.nextTick(function () { console.log('in foo/index.js: ' + JSON.stringify({ __filename: __filename, __dirname: __dirname })); });