Skip to content

Commit 15368cf

Browse files
Add default to switch for clarity
1 parent f740ecc commit 15368cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/installHelpers.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ var inputHelpers = {
5353
case 'undefined':
5454
case '0':
5555
return true;
56+
default:
57+
return false;
5658
}
5759
}
5860
};

0 commit comments

Comments
 (0)