From 99dcc47e00a6fa603c041e7e1b810d9516e621d3 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 8 Feb 2016 16:48:45 -0500 Subject: [PATCH] stuff --- lxc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc.js b/lxc.js index d245a0c..25d8ae9 100644 --- a/lxc.js +++ b/lxc.js @@ -162,6 +162,7 @@ Container.prototype.unfreeze = function(callback){ Container.prototype.info = function(callback){ var that = this; + callback = callback || function(){} return sysExec('lxc-info --name '+this.name, function(data){ // console.log('info', arguments);