From 9c690f32395c0bd5f74976f255e2edfafaa07696 Mon Sep 17 00:00:00 2001 From: william Date: Sat, 30 Jan 2016 23:49:51 -0500 Subject: [PATCH] generic --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index f5d5c0e..9813d93 100644 --- a/lxc.js +++ b/lxc.js @@ -99,7 +99,7 @@ var lxc = { info.push(mapOut); } - var args = [].slice.call(arguments); + var args = [].slice.call(arguments).splice(0, 1, info); console.log('args:', args) callback.apply(this, args); });