We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9ec1a commit a021db1Copy full SHA for a021db1
test/mjsunit/test-remote-module-loading.js
@@ -21,7 +21,7 @@ assertEquals('/moduleA.js', httpModule.httpPath());
21
modulesLoaded++;
22
23
var nodeBinary = process.ARGV[0];
24
-var cmd = nodeBinary+' http://localhost:'+PORT+'/moduleB.js';
+var cmd = 'NODE_PATH='+libDir+' '+nodeBinary+' http://localhost:'+PORT+'/moduleB.js';
25
26
sys
27
.exec(cmd)
0 commit comments