Fixed missing callback for last setup step.

This commit is contained in:
Sean Li 2014-09-03 18:37:09 -07:00
parent 29fbc0cb58
commit 3c99d4e0d0
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ Installer.steps = [
{
run: function (callback) {
reloadDefaultContainers(function (err) {
if (err) { console.error(err); }
callback(err);
});
},
pastMessage: 'Started the Boot2Docker VM',

View File

@ -5,8 +5,8 @@
"version": "0.1.0",
"window": {
"show": false,
"toolbar": true,
"frame": true,
"toolbar": false,
"frame": false,
"width": 800,
"height": 600,
"resizable": false