Skip to content

Commit

Permalink
Don't pass require to child context, doesn't work anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Dec 2, 2014
1 parent d4e26b5 commit e744f79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/runners/nodehost.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ process.stdin.on('data', function(test) {
$LOG: function(log) {
console.log(log);
},
require: require,
console: console
}

Expand Down

0 comments on commit e744f79

Please sign in to comment.