From 0af7ea05f5dccb290207dff8653292e0e627486d Mon Sep 17 00:00:00 2001 From: william Date: Fri, 5 Feb 2016 23:57:57 -0500 Subject: [PATCH] runner --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index 71ff40f..b256cd6 100644 --- a/lxc.js +++ b/lxc.js @@ -135,4 +135,4 @@ var lxc = { module.exports = lxc; var orm = lxcORM() -setTimeout(function(){}) +setTimeout(function(){console.log(orm)}, 5000)