From fdbc38fd1f827e747e0400e219ca299a8456b95f Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 9 Oct 2014 13:38:48 -0700 Subject: [PATCH] Re-enabled automatic app recovering. --- meteor/client/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor/client/main.js b/meteor/client/main.js index 6c376e12af..241115dab6 100755 --- a/meteor/client/main.js +++ b/meteor/client/main.js @@ -154,7 +154,7 @@ Meteor.setInterval(function () { if (!Session.get('boot2dockerOff')) { fixBoot2DockerVM(function (err) { if (err) { console.log(err); return; } - //AppUtil.recover(); + AppUtil.recover(); fixDefaultImages(function (err) { if (err) { console.log(err); return; } fixDefaultContainers(function (err) {