From e744f79769586fad753ad73418b1691d84c634f1 Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Thu, 20 Nov 2014 13:03:53 -0800 Subject: [PATCH] Don't pass require to child context, doesn't work anyway --- lib/runners/nodehost.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/runners/nodehost.js b/lib/runners/nodehost.js index 6da2183..07baf6e 100644 --- a/lib/runners/nodehost.js +++ b/lib/runners/nodehost.js @@ -26,7 +26,6 @@ process.stdin.on('data', function(test) { $LOG: function(log) { console.log(log); }, - require: require, console: console }