mirror of https://github.com/nodejs/node.git
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
|
|
||
|
var root = require("./../root");
|
||
|
|
||
|
exports.hello = function () {
|
||
|
return root.calledFromFoo();
|
||
|
};
|