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