From b6504ba1e02f7afd9c498227e55609943e28d7c1 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 7 Aug 2017 07:44:50 -0700 Subject: [PATCH] Fix issue with install question requiring down arrow to select --- tasks/config/project/install.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/config/project/install.js b/tasks/config/project/install.js index ffe39d332..6d1a0bcc3 100644 --- a/tasks/config/project/install.js +++ b/tasks/config/project/install.js @@ -286,9 +286,7 @@ module.exports = { ' {packageMessage} \n' + ' \n' + ' Is this your project folder?\n' + - ' \x1b[92m{root}\x1b[0m \n' + - ' \n ' + - '\n', + ' \x1b[92m{root}\x1b[0m', choices: [ { name : 'Yes',