From b0ab1a5313e64a9a383870903a1c76a636effb0d Mon Sep 17 00:00:00 2001 From: william Date: Mon, 8 Feb 2016 10:18:12 -0500 Subject: [PATCH] runner --- lxc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc.js b/lxc.js index 2738d60..65c894d 100644 --- a/lxc.js +++ b/lxc.js @@ -257,10 +257,10 @@ lxcORM.prototype.list = function(callback){ -// module.exports = lxc; +module.exports = lxcORM; var orm = new lxcORM() orm.ready(function(){ - console.log(arguments, this); + console.log('calling ready', arguments, this); }) // setTimeout(function(){console.log(orm)}, 5000)