We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d1afc commit d9ddd7dCopy full SHA for d9ddd7d
test/parallel/test-preload.js
@@ -9,7 +9,6 @@ var nodeBinary = process.argv[0];
9
var preloadOption = function(preloads) {
10
var option = '';
11
preloads.forEach(function(preload, index) {
12
- // TODO: randomly pick -r or --require
13
option += '-r ' + preload + ' ';
14
});
15
return option;
0 commit comments