From 95286f8e61a64d05e614a7af35f88cb1f875c402 Mon Sep 17 00:00:00 2001 From: william Date: Sat, 30 Jan 2016 23:40:01 -0500 Subject: [PATCH] generic --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index 9433842..47b04ea 100644 --- a/lxc.js +++ b/lxc.js @@ -102,7 +102,7 @@ var lxc = { var args = [].slice.call(arguments); console.log('args~103', args) args[0] = info; - console.log('info~105', info) + console.log('args~105', args) callback.apply(args); }); }