Showing with 1 addition and 0 deletions.
  1. +1 −0 lib/module.js
@@ -359,6 +359,7 @@ Module.prototype.load = function(filename) {


Module.prototype.require = function(path) {
assert(path, 'missing path');
return Module._load(path, this);
};