From 5df3ecd5af470c708c0664f223c8bce1aeec25eb Mon Sep 17 00:00:00 2001 From: william Date: Sun, 7 Feb 2016 00:41:16 -0500 Subject: [PATCH] runner --- lxc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc.js b/lxc.js index b4fceb9..c0803cf 100644 --- a/lxc.js +++ b/lxc.js @@ -188,6 +188,7 @@ var lxcORM = function(){ this.containers = {} this.list(function(data){ for(var idx = data.length; idx--;){ + console.log(data[idx].name) this.containers[data[idx].name] = new Container(data[idx]); } });