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) {
case "y":
install();
break;
case "yes":
install();
break;
case "n":
process.exit();
break;
case "no":
process.exit();
break;