From 52583f52303228995c1e90a786b9c11c8a91e43d Mon Sep 17 00:00:00 2001 From: william Date: Sat, 30 Jan 2016 23:38:52 -0500 Subject: [PATCH] generic --- lxc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxc.js b/lxc.js index ec000be..9433842 100644 --- a/lxc.js +++ b/lxc.js @@ -100,7 +100,9 @@ var lxc = { } var args = [].slice.call(arguments); + console.log('args~103', args) args[0] = info; + console.log('info~105', info) callback.apply(args); }); }