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)