From 5e3401870327dcda8c4db06cd76c0f6dae643403 Mon Sep 17 00:00:00 2001 From: william Date: Tue, 2 Feb 2016 11:55:15 -0500 Subject: [PATCH] runner --- lxc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc.js b/lxc.js index 8857744..d759500 100644 --- a/lxc.js +++ b/lxc.js @@ -100,6 +100,7 @@ var lxc = { } var args = [info].concat(Array.prototype.slice.call(arguments, 1)); + console.log(args) callback(args); }); }