Merge pull request #430 from AlcaDesign/patch-1

Reduce cases in Node installer
This commit is contained in:
Alexei Stukov 2017-05-08 07:34:07 +03:00 committed by GitHub
commit 0255164f42
1 changed files with 0 additions and 4 deletions

View File

@ -244,14 +244,10 @@ function init() {
switch(alc) { switch(alc) {
case "y": case "y":
install();
break;
case "yes": case "yes":
install(); install();
break; break;
case "n": case "n":
process.exit();
break;
case "no": case "no":
process.exit(); process.exit();
break; break;