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); }); }