From c20e5b61f2a36e9636d2e512ab7b4215e41f250e Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Mon, 13 Feb 2012 20:20:49 +0000 Subject: [PATCH] Not sure what the hell is up with this package --- modules/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/js.js b/modules/js.js index 9fcea62..37c98c1 100644 --- a/modules/js.js +++ b/modules/js.js @@ -1,5 +1,5 @@ var vm = require('vm'); -var s = require('sandbox'); +var s = require('sandbox')(); var js = function(dbot) { var dbot = dbot;