From 0a9b918c750caf41b33dc5bdacbed136f1ed2e4e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 28 Oct 2013 15:25:35 -0400 Subject: [PATCH] fixed notifications not exiting (whoops) --- src/upgrade.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/upgrade.js b/src/upgrade.js index 3c86eea4f6..18a6b3c326 100644 --- a/src/upgrade.js +++ b/src/upgrade.js @@ -78,6 +78,7 @@ Upgrade.upgrade = function() { }); } else { winston.info('[2013/10/23] Updates to Notifications skipped.'); + next(); } }); }