We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6301f18 commit 0ea2f9eCopy full SHA for 0ea2f9e
src/node.js
@@ -790,11 +790,11 @@ function loadModule (request, parent) {
790
var parentIdPath = path.dirname(parent.id +
791
(path.filename(parent.filename).match(/^index\.(js|addon)$/) ? "/" : ""));
792
id = path.join(parentIdPath, request);
793
- debug("RELATIVE: requested:"+request+" set ID to: "+id+" from "+parent.id+"("+parentIdPath+")");
+ // debug("RELATIVE: requested:"+request+" set ID to: "+id+" from "+parent.id+"("+parentIdPath+")");
794
paths = [path.dirname(parent.filename)];
795
} else {
796
id = request;
797
- debug("ABSOLUTE: id="+id);
+ // debug("ABSOLUTE: id="+id);
798
paths = process.paths;
799
}
800
0 commit comments