From 6a94e11e14a98d0e4d294ec9547b0da4f8214aec Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 22 Jul 2015 15:19:01 -0400 Subject: [PATCH] Messaging --- tasks/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.js b/tasks/install.js index 761fecf5a..3e6650c0f 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -406,7 +406,7 @@ gulp.task('clean up install', function() { // Completion Message if(installFolder) { - console.log('Setup Complete. Installing Peer Dependencies. \n Please hold on a little longer... \n After completion navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build'); + console.log('\n Setup Complete! \n Installing Peer Dependencies. \033[0;31mPlease refrain from ctrl + c\033[0m... \n After completion navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build'); process.exit(); } else {