From aed8da4ef049801f1af7560a9d7e0d767cc3dfaa Mon Sep 17 00:00:00 2001 From: william Date: Tue, 2 Feb 2016 11:57:09 -0500 Subject: [PATCH] runner --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index d759500..2763b27 100644 --- a/lxc.js +++ b/lxc.js @@ -101,7 +101,7 @@ var lxc = { } var args = [info].concat(Array.prototype.slice.call(arguments, 1)); console.log(args) - callback(args); + callback.apply(this, args); }); } };