Reduce cases in Node installer

This commit is contained in:
Jacob Foster 2017-01-02 03:46:50 -06:00 committed by GitHub
parent 8369decbfc
commit 028b96589e
1 changed files with 0 additions and 4 deletions

View File

@ -227,14 +227,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;